diff --git a/README.md b/README.md index 9264468..f4d0c91 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ Insert this to the last line to execute Explo every tuesday at 00:15 (ListenBrai ```bash 15 0 * * 2 cd /path/to/explo && ./explo-amd64-linux ``` -**PS!** If using playlist discovery, avoid running Explo more than once per day (eats up youtube API credits). For testing, change LISTENBRAINZ_DISCOVERY variable to a different value +**PS!** To test if everything is correct change ``LISTENBRAINZ_DISCOVERY`` to ``test`` and run the program manually ## Contributing diff --git a/sample.env b/sample.env index 218f67d..c5ca219 100644 --- a/sample.env +++ b/sample.env @@ -25,7 +25,7 @@ YOUTUBE_API_KEY= # FILENAME_SEPARATOR= # true to keep pervious weeks discoveries, only set to false if the parent folder only contains discovered songs (deletes every file in folder) # PERSIST=true -# 'playlist' to get tracks from Weekly Exploration playlist, anything else gets it from API (not the best recommendations) +# 'playlist' to get tracks from Weekly Exploration playlist, anything else gets it from API (not the best recommendations). 'test' will download 1 song # LISTENBRAINZ_DISCOVERY=playlist # Time to sleep (in minutes) between scanning and querying tracks from your system (If using Subsonic, Jellyfin) # SLEEP=1 \ No newline at end of file