Skip to content

Releases: Viperinius/jellyfin-plugin-spotify-import

1.5.0.0

16 Dec 18:49
Compare
Choose a tag to compare

Added

  • New switch to control where missing track files are stored
  • Add new matcher to ignore anything in parentheses in track/album/artist names

Fixed

  • Fix Spotify username regex not allowing special characters -> #15

1.4.0.0

15 Oct 16:31
Compare
Choose a tag to compare

Added

  • Auto-migration of plugin configurations from previous plugin versions -> #10
  • More verbose logging that can be enabled

Changed

  • Reworked handling of Spotify user IDs to get all their playlists (moved to its own table separate from individual playlist IDs) -> #8

Fixed

  • Fix bug in config page that reset all unsaved table row states when adding a new row
  • Fix parsing of Spotify URLs that contain parameters

1.3.0.1 (1.4.0.0 pre-release)

15 Sep 21:47
Compare
Choose a tag to compare
Pre-release

This is a beta release preparing for 1.4.0.0.

Added

  • Auto-migration of plugin configurations from previous plugin versions -> #10
  • More verbose logging that can be enabled

Changed

  • Reworked handling of Spotify user IDs to get all their playlists (moved to its own table separate from individual playlist IDs) -> #8

Fixed

  • Fix bug in config page that reset all unsaved table row states when adding a new row
  • Fix parsing of Spotify URLs that contain parameters

1.3.0.0

13 Aug 20:16
Compare
Choose a tag to compare

Added

  • Extend playlist configuration by allowing user IDs as input, which leads to all of their playlists getting imported automatically

Fixed

  • Fix exception if a Spotify track contains no album artists metadata

1.2.0.0

01 Jul 12:55
Compare
Choose a tag to compare

Added

  • Extend playlist configurability
    • Allow own playlist names
    • Set target owner / user
  • Allow configuration of the track matcher
    • Choose comparison strictness
    • Choose what parts of the metadata get examined / compared

1.1.1.0

06 May 14:44
Compare
Choose a tag to compare

Bugfix release

Fixed

  • Fix exception if a Spotify playlist contains "ghost" items / null tracks
  • A missing tracks file is created even though the playlist is not missing any tracks
  • Fix config page not loading values when revisiting without a full page reload

1.1.0.0

15 Apr 15:25
Compare
Choose a tag to compare

Added

  • New button to delete all generated missing tracks files
  • New option to specify the date format used for missing tracks file names

Fixed

  • A missing tracks file is created even though the playlist is not missing any tracks
  • Fix exception if a song has no artists, album name or album artists set

1.0.0.0

26 Feb 20:18
Compare
Choose a tag to compare

Initial release

Added

  • Spotify authentication via authorization code / PKCE
  • Generation of missing tracks lists
  • Import of Spotify playlists