-
-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature Request: Filter out duplicate entries #14
Comments
Hi Martin, What you are seeing is not a bug - it is exactly the same data that is returned from Spotify API. Sometimes, an album is represented by multiple entries, each with a unique ID and different copyright wording. I'm not sure why labels do this, I assume there are some legal reasons behind it. If you search for London Grammar, you will see it's the same for the rest of their music too: I haven't encountered this too often so I've never felt I need to come up with a workaround. My concern is how to pick the right entry from an array of duplicates - it's not as trivial as it seems. I can explain more if you are interested. I'd love to get some help on this project! 🙂 |
Maybe an opt-in to filter out entries with the same date, title and artist name would be a reasonable compromise. Even if you can't be sure that its the same title etc. the probability to filter out the wrong thing should be low (and its opt-in). |
Thanks, you're awesome 😊 |
Ugh, this is very annoying. I don't think Spotify is to blame for this though. As far as I understand, it's a distributor's responsibility to submit properly named releases. I honestly have no idea why they submit the same release twice, only with different brackets in the title. It makes no sense 🙄 I will update the filter to treat all brackets the same, but I'm sure there are other edge cases. Please keep adding your findings here and I'll do my best to make it as robust as possible. Thank you! |
Found one more case: different apostrophe signs. screenshot from spotifyreleaselist: albums for reference: |
My release list contains many duplicate entries like this:
Do you have an idea what could cause this? I'm willing to contribute if you can point me in the right direction.
The text was updated successfully, but these errors were encountered: