mirror of
https://github.com/fiso64/slsk-batchdl.git
synced 2024-12-22 14:32:40 +00:00
Update README.md
This commit is contained in:
parent
cb0c21a71a
commit
0474d1c0d9
1 changed files with 3 additions and 3 deletions
|
@ -551,11 +551,11 @@ echo "a:Artist - Some Album, album-track-count=5" "format=flac" >> wishlist.txt
|
||||||
Add a profile to your `sldl.conf`:
|
Add a profile to your `sldl.conf`:
|
||||||
```
|
```
|
||||||
[wishlist]
|
[wishlist]
|
||||||
input = wishlist.txt
|
input = ~/sldl/wishlist.txt
|
||||||
input-type = list
|
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:
|
Finally, set up a cron job (or a scheduled task on windows) to periodically run sldl with the following option:
|
||||||
```
|
```
|
||||||
sldl --profile wishlist
|
sldl --profile wishlist
|
||||||
|
|
Loading…
Reference in a new issue