1
0
Fork 0
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:
fiso64 2024-10-11 23:32:17 +02:00 committed by GitHub
parent cb0c21a71a
commit 0474d1c0d9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -551,11 +551,11 @@ echo "a:Artist - Some Album, album-track-count=5" "format=flac" >> wishlist.txt
Add a profile to your `sldl.conf`:
```
[wishlist]
input = wishlist.txt
input = ~/sldl/wishlist.txt
input-type = list
index-path = wishlist-index.sldl
index-path = ~/sldl/wishlist-index.sldl
```
This will create a global archive file `wishlist-index.sldl` which will be scanned every time sldl is run to skip wishlist items that have already been downloaded. If you want to continue searching until a version satisfying the preferred conditions is downloaded, also add `skip-check-pref-cond = true` (note that this requires the files to remain in the same spot after being downloaded).
This will create a global index file `wishlist-index.sldl` which will be scanned every time sldl is run to skip wishlist items that have already been downloaded. If you want to continue searching until a version satisfying the preferred conditions is downloaded, also add `skip-check-pref-cond = true` (note that this requires the files to remain in the same spot after being downloaded).
Finally, set up a cron job (or a scheduled task on windows) to periodically run sldl with the following option:
```
sldl --profile wishlist