mirror of
https://github.com/fiso64/slsk-batchdl.git
synced 2024-12-22 14:32:40 +00:00
readme
This commit is contained in:
parent
39d2de773e
commit
a017b82f40
1 changed files with 4 additions and 4 deletions
|
@ -167,9 +167,9 @@ Options:
|
|||
--searches-renew-time <sec> Controls how often available searches are replenished.
|
||||
Lower values may cause 30-minute bans. (default: 220)
|
||||
--display <option> Changes how searches and downloads are displayed:
|
||||
single (default): Show transfer state and percentage
|
||||
double: Transfer state and a large progress bar
|
||||
simple: No download bars or changing percentages
|
||||
'single' (default): Show transfer state and percentage
|
||||
'double': Transfer state and a large progress bar
|
||||
'simple': No download bars or changing percentages
|
||||
--listen-port <port> Port for incoming connections (default: 50000)
|
||||
|
||||
--print <option> Print tracks or search results instead of downloading:
|
||||
|
@ -177,7 +177,7 @@ Options:
|
|||
'tracks-full': Print extended information about all tracks
|
||||
'results': Print search results satisfying file conditions
|
||||
'results-full': Print search results including full paths
|
||||
--debug Print extra debug info
|
||||
--debug Print extra debug info
|
||||
```
|
||||
Files not satisfying the conditions will not be downloaded. For example, `--length-tol` is set to 3 by default, meaning that files whose duration differs from the supplied duration by more than 3 seconds will not be downloaded (disable it by setting it to 99999).
|
||||
Files satisfying `pref-` conditions will be preferred. For example, setting `--pref-format "flac,wav"` will make it download high quality files if they exist and only download low quality files if there's nothing else.
|
||||
|
|
Loading…
Reference in a new issue