Skip to content

Commit 889c205

Browse files
committed
changed README
1 parent 91e5074 commit 889c205

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Insert this to the last line to execute Explo every tuesday at 00:15 (ListenBrai
3636
```bash
3737
15 0 * * 2 cd /path/to/explo && ./explo-amd64-linux
3838
```
39-
**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
39+
**PS!** To test if everything is correct change ``LISTENBRAINZ_DISCOVERY`` to ``test`` and run the program manually
4040

4141
## Contributing
4242

sample.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ YOUTUBE_API_KEY=
2525
# FILENAME_SEPARATOR=
2626
# true to keep pervious weeks discoveries, only set to false if the parent folder only contains discovered songs (deletes every file in folder)
2727
# PERSIST=true
28-
# 'playlist' to get tracks from Weekly Exploration playlist, anything else gets it from API (not the best recommendations)
28+
# 'playlist' to get tracks from Weekly Exploration playlist, anything else gets it from API (not the best recommendations). 'test' will download 1 song
2929
# LISTENBRAINZ_DISCOVERY=playlist
3030
# Time to sleep (in minutes) between scanning and querying tracks from your system (If using Subsonic, Jellyfin)
3131
# SLEEP=1

0 commit comments

Comments
 (0)