Releases: fiso64/slsk-batchdl
Releases · fiso64/slsk-batchdl
v2.4.0
--album-parallel-search
enables searching for multiple albums in parallel (then downloads sequentially like before)- the index file is now a standard csv file
- audio format list is stored in the necessary conditions formats array and is fully configurable
- added {row} placeholder for
--on-complete
commands (row number in the csv file or line number in the list) - prepending a: to the
--on-complete
command will only run it when an album download finishes - add {bindir} path variable storing the directory of the executable
- respect image parent dirs from peers when name-format is used
- add linux arm binary
Fixes
- fix name format deleting files if source is same as destination
v2.3.2
2.3.1
v2.3
- configuration profiles, auto-profiles. example
- album aggregate download mode
- list input type. See the wishlist example
- automatically browse user shares after album downloads to guarantee that all files from the folder are downloaded
- skip-existing is now much faster. Default mode is now m3u as it is more reliable. Changed how m3u skip-existing works (not backward compatible). Added m3u-cond skip mode. m3u modes can now skip album downloads.
- can now download entire bandcamp artist discographies
- added
--on-complete
to run a command whenever a file is downloaded - no longer needs to open spotify login page every time if a
--spotify-refresh
token is provided, allowing it to work on headless setups (by @FoxxMD) - docker instructions (by @FoxxMD)
- Now moves failed album downloads by default instead of deleting. The path as well as the album fail action can be configured with
--failed-album-path
- now also looks in the user config directories for
sldl.conf
- Changed how files are organized by default. Removed
--folder
. - Removed
--display-mode
. Use--no-progress
to disable progress bars/percentages - many bug fixes
2.2.7
Note: The current readme is not accurate for this version. The readme for version 2.2.7 can be found here.
- add
--skip-mode m3u
which will skip all tracks that do not have a 'Failed' line in the output m3u file (if it exists). --regex
now also applies to albums. Can addT:
,A:
orL:
at the start of the argument to only apply to title, artist or album