From f47ce3dbbf5b9d1c9cbc11939ea16cccee878e30 Mon Sep 17 00:00:00 2001 From: buttstuf Date: Sun, 7 Mar 2021 08:47:20 +0000 Subject: [PATCH] Update 'README.txt' --- README.txt | 36 +++++++++++++++++++++++++++++++++--- 1 file changed, 33 insertions(+), 3 deletions(-) diff --git a/README.txt b/README.txt index b91000c..c021f9f 100755 --- a/README.txt +++ b/README.txt @@ -1,9 +1,39 @@ - -App: soapdish Author: buttstuf@tilde.club -------------------------------------------------------------------------------- +SOAPDISH QUICK-START: -(END) +1: Download soapdish and place app folder wherever you like. + -- Launch app with soapdish.sh located in app root folder + -- Follow prompts to install dependencies (Main Menu becomes accessible after installation). + +2: From soapdish's Main Menu: + -- Select option "J" to proceed to the Config Options menu + +3: From the Config Options menu: + -- Create one or more empty config profiles using the the "c" (create) command. + -- Edit your created profile(s) using the the "e" (edit) command. + -- Activate your created profile of choice using the "u" (use) command. + +4A: Streaming files: + -- Place audio files in the soapdish/audio_queued/ folder. + -- Create a playlist based on those files using the "C" (create) command in the Main Menu + -- If you wish, edit your playlist using the "E" (edit) command in the main menu. + -- Choose option "F" or "f" (stream files) from the main menu to stream. + +4B: Streaming life audio: + -- Choose option "L" or "l" (stream "live" / ALSA) from the main menu to stream audio + + +PERFORMANCE: + + If audio quality is choppy, run option "H" (review hardware audio frame size) to assess the + current recommended audio frame size you should use. You can then declare the audio frame + size you wish to use in your config file. + + + + +[END] \ No newline at end of file