1
0
Fork 0
mirror of https://github.com/fiso64/slsk-batchdl.git synced 2024-12-22 06:22:41 +00:00

More accurate cron example

This commit is contained in:
FoxxMD 2024-08-23 15:03:23 -04:00
parent 121e813dcf
commit f7be57fed9

View file

@ -576,11 +576,11 @@ To create a schedule make a new file on the host `./config/crontabs/abc` and use
Make sure to restart the container after any changes to the cron file are made.
Example => Run `sldl` every Sunday at 1am, search for all tracks from the specified Spotify playlist
Example => Run `sldl` every Sunday at 1am, search for missing tracks from the specified Spotify playlist
```
# min hour day month weekday command
0 1 * * 0 sldl https://open.spotify.com/playlist/6sf1WR5grXGJ6dET -c /config -p /data"
0 1 * * 0 sldl https://open.spotify.com/playlist/6sf1WR5grXGJ6dET -c /config -p /data --music-dir /data --skip-existing"
```
[crontab.guru](https://crontab.guru/) could be used to help with the scheduling expression.