mirror of
https://github.com/fiso64/slsk-batchdl.git
synced 2025-02-25 04:00:50 +00:00
Update README.md
This commit is contained in:
parent
7689745d48
commit
d6cd46210b
1 changed files with 8 additions and 8 deletions
16
README.md
16
README.md
|
@ -506,21 +506,21 @@ sldl spotify-likes
|
|||
```
|
||||
<br>
|
||||
|
||||
Interactive album download:
|
||||
```
|
||||
sldl "Some Album" -a -t
|
||||
```
|
||||
<br>
|
||||
|
||||
Download a specific song by name, preferring lossless:
|
||||
```
|
||||
sldl "MC MENTAL @ HIS BEST, length=242" --pref-format "flac,wav"
|
||||
```
|
||||
<br>
|
||||
|
||||
Interactive album download:
|
||||
```
|
||||
sldl "Some Album" --album --interactive
|
||||
```
|
||||
<br>
|
||||
|
||||
Download the album of every song in a spotify playlist:
|
||||
```
|
||||
sldl https://spotify/playlist/id --album
|
||||
sldl https://spotify/playlist/id -a
|
||||
```
|
||||
|
||||
<br>
|
||||
|
@ -539,7 +539,7 @@ sldl "artist=MC MENTAL" --aggregate --skip-music-dir "path/to/music" --print res
|
|||
|
||||
Download all albums by an artist found on soulseek:
|
||||
```
|
||||
sldl "artist=MC MENTAL" --aggregate --album --interactive
|
||||
sldl "artist=MC MENTAL" -a -g -t
|
||||
```
|
||||
|
||||
#### Advanced example: Automatic wishlist downloader
|
||||
|
|
Loading…
Add table
Reference in a new issue