Skip to content

v2.3

Compare
Choose a tag to compare
@fiso64 fiso64 released this 15 Sep 13:04
· 74 commits to master since this release
  • 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