Skip to content

v2.4.1

Latest
Compare
Choose a tag to compare
@fiso64 fiso64 released this 09 Feb 13:49
· 4 commits to master since this release

Improvements

  • improve album search performance
  • can now press C to cancel a running album download
  • many new variables for name-format and on-complete
  • on-complete can now modify the track paths to update the index and playlist
  • can now pass multiple on-complete commands

Changes

  • many on-complete variable names have been renamed, see --help on-complete
  • --failed-album-path must now be set to disable in order to disable it instead of the empty string.
  • if a title is provided when searching for an album, it will also be included in the query
  • manually applied profiles will now always override auto-profiles
  • m3u playlists now have the playlist name by default instead of _playlist.m3u
  • now also looks in $XDG_CONFIG_HOME/sldl for sldl.conf
  • reduced default max-stale-time to 30s
  • include pdb files in releases for easier debugging

Fixes

  • fix sldl selecting the same result again after failing
  • fix {foldername} including all parent dirs for non-album downloads
  • fix index out of range exception during additional image download
  • fix file skipper not finding files when they contain 'feat.'
  • fix output redirection sometimes not working
  • fix string extractor ignoring empty properties
  • fix image parent dirs not getting preserved when name-format is used
  • other fixes