Skip to content

Commit

Permalink
tweaked examples
Browse files Browse the repository at this point in the history
  • Loading branch information
LumePart committed Feb 29, 2024
1 parent 9153b49 commit bc0d8dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ Explo has 2 discovery modes, the preferred (and default) one gets songs from a p
```bash
crontab -e
```
Insert this to the last line to execute Explo every monday at 00:15 (ListenBrainz usually updates its discovery db at 00:00-00:05)
Insert this to the last line to execute Explo every tuesday at 00:15 (ListenBrainz updates its discovery db at monday)
```bash
15 0 * * 1 cd /path/to/explo && ./explo-amd64-linux
15 0 * * 2 cd /path/to/explo && ./explo-amd64-linux
```
**PS!** If using playlist discovery, don't run the program more than once per day (eats up youtube API credits). For testing, change LISTENBRAINZ_DISCOVERY variable to a random value

Expand Down

0 comments on commit bc0d8dd

Please sign in to comment.