Open skybird23333 opened 1 day ago
The log messages are a bit misleading in that case, the last line here for example will automatically contain AlbumName did not match
if a potential artist was scanned that had no albums at all even if the album name won't be checked.
With the "non-legacy" matching, items are scanned hierarchically (from artist to track), starting with querying Jellyfin for any artists containing the first few characters of a Spotify artist. In the current release this might lead to it not matching when the artist criterium is not set, if this search returns multiple candidates and the actual match is not the first result.
To get a hint if that is what is blocking your track from being matched, please enable debug logging for the plugin as described in the second step here and post the resulting log snippet after running the task again.
Although this is related to matching songs I feel this is more of a bug rather than issues with the tracks, so I did not use the template. Sorry if that wasn't the case.
Using the following settings:
I still can't get the tracks to match properly. Logs seem to say that the plugin is actively matching for album/author anyway even though the option was turned off.
As a test I turned on legacy track matching and it immediately worked.