You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Usage: bandsnatch run [OPTIONS] --format <AUDIO_FORMAT> <USER>
41
41
42
42
Arguments:
43
43
<USER> Name of the user to download releases from (must be logged in through cookies) [env: BS_USER=]
44
44
45
45
Options:
46
46
-f, --format <AUDIO_FORMAT> The audio format to download the files in [env: BS_FORMAT=] [possible values: flac, wav, aac-hi, mp3-320, aiff-lossless, vorbis, mp3-v0, alac]
47
47
-c, --cookies <COOKIES_FILE> [env: BS_COOKIES=]
48
+
--debug Enables some extra debug output in certain scenarios [env: BS_DEBUG=]
49
+
-d, --dry-run Return a list of all tracks to be downloaded, without actually downloading them
48
50
-F, --force Ignores any found cache file and instead does a from-scratch download run [env: BS_FORCE=]
49
51
-j, --jobs <JOBS> The amount of parallel jobs (threads) to use [env: BS_JOBS=] [default: 4]
50
52
-n, --limit <LIMIT> Maximum number of releases to download. Useful for testing [env: BS_LIMIT=]
51
53
-o, --output-folder <FOLDER> The folder to extract downloaded releases to [env: BS_OUTPUT_FOLDER=] [default: ./]
52
54
-h, --help Print help information
53
-
-V, --version Print version information
54
55
```
55
56
56
57
Besides these options, you can also use environment variables with the option
57
58
name in `SCREAMING_SNAKE_CASE`, prefixed with `BS_`, so that if set up correctly
58
-
you can just run `bandsnatch` and have it automatically download your collection
59
-
to the folder you want.
59
+
you can just run `bandsnatch run` and have it automatically download your
0 commit comments