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
d56d68356a
commit
0c4be0546f
1 changed files with 4 additions and 2 deletions
|
@ -576,7 +576,7 @@ sldl "artist=MC MENTAL" --aggregate --album
|
||||||
<hr style="height:0px; visibility:hidden;" />
|
<hr style="height:0px; visibility:hidden;" />
|
||||||
|
|
||||||
#### Advanced example: Automatic wishlist downloader
|
#### Advanced example: Automatic wishlist downloader
|
||||||
Create a file named wishlist.txt, and add your wishlist items:
|
Create a file named `wishlist.txt`, and add some wishlist items:
|
||||||
```bash
|
```bash
|
||||||
echo title=My Favorite Song, artist=Artist >> wishlist.txt
|
echo title=My Favorite Song, artist=Artist >> wishlist.txt
|
||||||
echo https://spotify/album/url >> wishlist.txt
|
echo https://spotify/album/url >> wishlist.txt
|
||||||
|
@ -585,7 +585,9 @@ 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
|
--skip-existing --skip-mode m3u --m3u index --m3u-path wishlist-archive.sldl
|
||||||
```
|
```
|
||||||
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.
|
This will create a global archive file `wishlist-archive.sldl` which will be scanned every time sldl is run to skip wishlist items that have already been 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.
|
||||||
|
If you expect to have a lot of individual songs in your wishlist, it may be better to use a csv file as that will allow sldl to use concurrency when downloading.
|
||||||
|
|
||||||
## Notes
|
## 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.
|
- 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.
|
||||||
|
|
Loading…
Reference in a new issue