Skip to content

Releases: fiso64/slsk-batchdl

v2.3.2

12 Oct 11:17
Compare
Choose a tag to compare
  • fix path bug

2.3.1

10 Oct 19:47
Compare
Choose a tag to compare
  • simplify skip-existing and m3u-related options (check the updated help text for usage). skip-existing and index creation is now on by default.
  • fix bugs

v2.3

15 Sep 13:04
Compare
Choose a tag to compare
  • 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

24 Jun 20:59
Compare
Choose a tag to compare

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 add T:, A: or L: at the start of the argument to only apply to title, artist or album

2.2.6

20 Jun 17:51
Compare
Choose a tag to compare
  • fix spotify login for private playlists and liked songs
  • --remove-from-playlist renamed to --remove-from-source, now supports removing from source CSV file as well

2.2.5

04 Jun 22:25
Compare
Choose a tag to compare
  • REMOVED DEFAULT --length-tol
  • fixed many threading issues
  • fix --aggregate not finding all tracks with disabled length-tol

2.2.4

04 Jun 12:18
Compare
Choose a tag to compare
  • improve result sorting & fast-search result selection
  • fix slashes in file tags creating subdirs with --name-format
  • fix --name-format not working with --yt-dlp

2.2.3

03 Jun 05:15
Compare
Choose a tag to compare

Fix config parsing

2.2.2

31 May 10:28
Compare
Choose a tag to compare
  • improve existing check (hopefully)
  • allow setting album track count per-row in the csv
  • renamed some name format variables (no more underscores), added {sartist}, {stitle}, {salbum} variables for the source artist, title and album (spotify/csv/youtube)

2.2.1

28 May 12:07
Compare
Choose a tag to compare
  • small result sorting tweak
  • improved --get-deleted, added --deleted-only