- 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-completeto run a command whenever a file is downloaded - no longer needs to open spotify login page every time if a
--spotify-refreshtoken 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-progressto disable progress bars/percentages - many bug fixes