RyanRussell00 / personal-dj

Personal DJ site that creates playlists given custom inputs. View it live at: http://personaldj.net/
http://personaldj.net/
MIT License
26 stars 12 forks source link

Resulting recommendations include duplicated tracks #13

Closed mike-mo closed 3 years ago

mike-mo commented 3 years ago

Inputs:

Observed: Tracks 1 and 7 are both Stand Atlantic - Skinny Dipping Expected: No tracks repeat in playlist

Tracks appear to have different IDs, which may make this a little trickier to solve, but it would be a welcome improvement.

astriskit commented 3 years ago

If the track-id is different - then duplication is at spotify too; Did you confirm the issue @RyanRussell00 btw?

RyanRussell00 commented 3 years ago

@astriskit I have not confirmed this issue. Does the Spotify documentation say that if the track-id is different but the tracks are the same, it's a Spotify thing?

astriskit commented 3 years ago

@RyanRussell00 it seems like this/duplication is a thing; Found something over the internet that kinda deals with similar thing - https://developer.spotify.com/community/showcase/spotify-dedup/

reference - https://community.spotify.com/t5/Desktop-Linux/Any-way-to-identify-remove-duplicate-tracks-to-save-space/m-p/1570750

RyanRussell00 commented 3 years ago

@astriskit Thanks for that. It seems as if it's a Spotify issue if the tracks are released twice, and there are apps such as Spotify Dedup that can remove duplicates. But I don't think this is a feature we will be implementing.