diff --git a/README.md b/README.md index 752cb64..1658e56 100644 --- a/README.md +++ b/README.md @@ -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