mirror of
https://github.com/fiso64/slsk-batchdl.git
synced 2024-12-22 06:22:41 +00:00
Update README.md
This commit is contained in:
parent
528edf5746
commit
d56d68356a
1 changed files with 2 additions and 2 deletions
|
@ -585,7 +585,7 @@ Set up a cron job (or scheduled task on windows) to periodically run sldl on eve
|
|||
```
|
||||
--skip-existing --skip-mode m3u --m3u index --m3u-path wishlist-archive.sldl
|
||||
```
|
||||
You can also use m3u-cond and specify some preferred conditions to e.g only stop searching for an item once a lossless version is downloaded.
|
||||
You can also use `--skip-mode m3u-cond` together with `--skip-existing-pref-cond` and specify some preferred conditions to (e.g) only stop searching for an item once a lossless version is downloaded.
|
||||
|
||||
## Notes
|
||||
- For macOS builds you can use publish.sh to build the app. Download dotnet from https://dotnet.microsoft.com/en-us/download/dotnet/6.0, then run `chmod +x publish.sh && sh publish.sh`. For intel macs, uncomment the x64 and comment the arm64 section in publish.sh.
|
||||
|
@ -642,4 +642,4 @@ Example => Run `sldl` every Sunday at 1am, search for missing tracks from the sp
|
|||
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.
|
||||
[crontab.guru](https://crontab.guru/) could be used to help with the scheduling expression.
|
||||
|
|
Loading…
Reference in a new issue