Tags do not sync across different releases of the exact same track (Single/EP/Album) #39
CrysoK
started this conversation in
Bug Report
Replies: 2 comments 1 reply
-
|
This is the best bug report I've ever received. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Earlier I posted a beta version that attempts to solve this problem. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Bug Description:
Tagify treats different releases of the exact same track (Single, EP, Album) as entirely separate entities. If a user tags a track in a Single release, those tags do not appear when the exact same track is viewed or played from the Album release.
This also happens when artists reorganize or update an album (a common practice for artists like Fred again..), which creates a new release ID. It seems Tagify links tags strictly to the specific Spotify Track ID/URI, rather than recognizing Spotify's linked tracks (tracks that share the same ISRC and play count).
Expected Behavior:
Tags applied to a specific track should persist across all identical versions/releases of that track on Spotify (Single, EP, Album, Deluxe editions). If Spotify treats them as the same song (sharing the same play counter), Tagify should ideally sync or share the tags across all those Track IDs.
Steps to Reproduce:
Environment:
Additional Context:
Here is a perfect example of a track that has 3 different Track IDs but is exactly the same song. Currently, I would have to tag it 3 separate times for the tags to show up wherever I play it from:
Spotify's Web API usually returns a
linked_fromobject or shares the same external ISRC for these tracks, which might be a way to group them in the plugin's database.Beta Was this translation helpful? Give feedback.
All reactions