jesseward / jellyfin-plugin-lastfm

LastFM plugin for the Jellyfin media system. Fork of the Emby Last.FM plug-in
178 stars 11 forks source link

If name of song is single word addon favourites all songs of that name by every artist when syncing with Last.fm. #40

Closed hugalafutro closed 1 year ago

hugalafutro commented 2 years ago

Example: I "loved" a track named "Lost" by "Labyrinth" on last.fm previously. Afterwards I discovered this addon, and let it sync my "loved" tracks from Last.fm to Jellyfin.

This results in Jellyfin giving heart to every song named "Lost" regardless of artist, ie (loads more above and below this screen): image

hugalafutro commented 2 years ago

It's not only single words it's strings too, seems like the process doesn't check for artist name properly when syncing? Just noticed a "Soldier of Fortune" by "Deep Purple" heart from Last.fm liked another 2 or 3 songs (covers) of that name by different bands on Jellyfin.

jesseward commented 1 year ago

Hey @hugalafutro :wave: , thanks for reporting this. I was able to reproduce this problem.

I have pushed a new build (8.0.0.3) that will improve on the matching and enforces comparison against the MusicBrainz Artist name. The updated plugin can be fetched via the JellyFin repo.