Skip to content

v0.19.0 - JSplitter (SMP and x64) support

Latest
Compare
Choose a tag to compare
@regorxxx regorxxx released this 09 Oct 16:02
· 61 commits to main since this release
dfacf5c

Script should be installed as package, using the package manager at the Spider Monkey Panel Configuration window. Old method is still supported anyway.

REQUIRES SMP 1.6.1 (mod version attached has some improvements by marc23)

image

See full changelog here.

0.19.0 - 2024-10-09

Added

  • Auto-saving: new setting at 'Playlist saving\Skip overwriting Playlists on file loading' submenu to avoid overwriting the active playlist when sending selections from the album list or loading a folder or file(s). In such case, auto-saving may also overwrite the associated playlist file which may be undesirable or happen without the user noticing it. When this option is enabled, the playlist will be restored back to the previous state automatically and no saving will be performed. Note playback will start anyway with the selected track(s) although now they will not be visible on any playlist. This "overwrite lock" safeguard is only applied to playlists with a playlist file associated, not to UI-only playlists. Also, if enabled, some extra garbage logging may be produced when manually applying undo on a playlist (which can not be avoided since every undo action counts -internally- as deleting the entire playlist).

Changed

  • UI: 'Export and convert' presets can now be cloned or moved into another position.
  • UI: 'Export and convert' presets are now removed directly using every preset submenu instead of the 'Remove preset' submenu.
  • UI: filter/sorting bottom toolbar can now be hidden.
  • UI: reset filters button is now renamed to 'Filter and sorting' button, and has a dual purpose allowing to clear all filters or set sorting and filtering options via menus (replacing the bottom filter toolbar if desired). Note, however, the filter/sorting bottom toolbar has an advantage since it allows setting 2 filters at the same time.
  • UI: header buttons list is now sorted by order of appeareance at the 'UI elements' submenu.
  • UI: cleanup of quick help popup.
  • Configuration: changed the remove duplicates bias to prefer tracks containing 'BEST' within a 'TRACKDSP' tag.
  • JSplitter (SMP) support and ES2021 compatibility.
  • Helpers: in case saving a file throws an error due to long paths (+255 chars) a warning popup will be shown.
  • Helpers: updated helpers.

Removed

  • UI: categories and tags submenu on settings menu is now hidden if there is a 'Filter and sorting' button on UI, since both offer the same functionalit

Fixed

  • Auto-saving: fix for playlist update debouncing while panel was busy and tracks were deleted.