Skip to content

Releases: Viperinius/jellyfin-plugin-spotify-import

1.7.2.0

29 Mar 18:51
Compare
Choose a tag to compare

Fixed

  • Accept matches where Spotify uses a different track syntax than metadata providers (e.g. "Track Name - Super Remix" on Spotify and "Track Name (Super Remix)" on MusicBrainz) if at least match level Ignore Case + Punctuation is used

1.7.1.0

18 Mar 16:15
Compare
Choose a tag to compare

Changed

  • Extend logging information / debug possibilities
  • Reintroduce the old track matching method as a configurable legacy alternative

Note

The legacy track matching should only be used as a last fallback as it might get removed in the future.

1.7.0.3-dev

17 Mar 20:44
Compare
Choose a tag to compare
1.7.0.3-dev Pre-release
Pre-release
bump version to 1.7.0.3

1.7.0.2-dev

17 Mar 16:54
Compare
Choose a tag to compare
1.7.0.2-dev Pre-release
Pre-release
bump version to 1.7.0.2

1.7.0.1-dev

17 Mar 15:17
Compare
Choose a tag to compare
1.7.0.1-dev Pre-release
Pre-release
bump version to 1.7.0.1

1.7.0.0

10 Mar 14:44
Compare
Choose a tag to compare

Changed

  • If a track / album / artist contains text in parentheses, this content will be used as another match candidate (e.g. to match tracks that have an english translation of a foreign name)

Fixed

  • Fix broken track matching if multiple artists of a track exist in Jellyfin, but the track is not located under the first existing artist
  • Fix not matching tracks if their album is not a direct child of their artist and (for whatever reason) only detectable via the album artist

1.6.0.3-dev

05 Mar 14:45
Compare
Choose a tag to compare
1.6.0.3-dev Pre-release
Pre-release
bump version to 1.6.0.3

1.6.0.2-dev

03 Mar 15:50
Compare
Choose a tag to compare
1.6.0.2-dev Pre-release
Pre-release
bump version to 1.6.0.2

1.6.0.1-dev

27 Feb 16:18
Compare
Choose a tag to compare
1.6.0.1-dev Pre-release
Pre-release

1.6.0.0

23 Feb 15:38
Compare
Choose a tag to compare

Changed

  • Search Jellyfin server for artist instead of individual tracks and narrow track matching down from there
  • Search Jellyfin server using only the first few characters of an artist name to increase chances of finding matches with slightly different names
  • Use all (album) artists from Spotify to check whether a matching artist exists in Jellyfin, not just the first one

Fixed

  • Catch exceptions from Spotify API lib when retrieving users / playlists -> #19