Skip to content
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

Preventing duplicate songs in master Playlist #26

Open
JovanET opened this issue Jul 4, 2021 · 3 comments
Open

Preventing duplicate songs in master Playlist #26

JovanET opened this issue Jul 4, 2021 · 3 comments
Labels
enhancement New feature or request updater things that require changes to the scheduled backend updater

Comments

@JovanET
Copy link

JovanET commented Jul 4, 2021

It would be great to have an option to filter out songs from being added multiple times to the master Playlist.
I consistently have hundredths of song duplicates in my master playlist which is annoying & also wasting resources. So it would be nice if the system could block songs from being added more than once to the master playlist.

@JovanET JovanET added the enhancement New feature or request label Jul 4, 2021
@pironic
Copy link
Member

pironic commented Jul 4, 2021

We actually already do this. Unfortunately it's preventing duplicates based on id. This means that if a song appears on more than one album or would otherwise have a different id, the system thinks they are different songs.

If you right click on a song and click Share, then copy song link you'll get the song's id... If that song id is different than the other version it thinks they are unique, because technically, they are.

example:
https://open.spotify.com/track/1dI77VhaLcQSgQLSnIs03D?si=3a768a462afc4c69
https://open.spotify.com/track/39LLxExYz6ewLAcYrzQQyP?si=329cb8c144f64cfd

Same song, different ids. Absolutely nothing I can do about that.

Can you provide any examples of the script duplicating the same id?

@pironic pironic added question Further information is requested and removed enhancement New feature or request labels Jul 4, 2021
@JovanET
Copy link
Author

JovanET commented Jul 4, 2021

@pironic Thank you for your response. I understand the problem with two different IDs for the same song. But I thought you might be able to implement a system to check the songs based on names & artists, kind like spotify-dedup.com does. Not sure how hard to implement that would be tho.

@pironic pironic added enhancement New feature or request updater things that require changes to the scheduled backend updater and removed question Further information is requested labels Jul 17, 2021
@pironic
Copy link
Member

pironic commented Jul 17, 2021

Been doing some thinking... Maybe as a VIP feature i could do something like this, but by default i dont pull the song titles when merging. I will need to investigate the cost of pulling the titles as well... or instead.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request updater things that require changes to the scheduled backend updater
Projects
None yet
Development

No branches or pull requests

2 participants