spotify-save-playlists-cron icon indicating copy to clipboard operation
spotify-save-playlists-cron copied to clipboard

Duplicates

Open kosolit opened this issue 2 years ago • 2 comments

Is there a way to avoid that the same Tracks will be added every time again? Like just add new Tracks?

kosolit avatar Jun 29 '23 23:06 kosolit

I was also thinking about this for a while. The problem is that it would have to re-fetch the whole existing playlist first which may not be feasible on large playlists, or store results across runs somewhere but this would require persistent storage.

I may make a cleanup script that you can run on demand at some point (I spent too much time on removing duplicates so I am annoyed by this too).

Reiszecke avatar Jan 31 '24 16:01 Reiszecke

nvm https://github.com/JMPerez/spotify-dedup or https://github.com/brlipi/spotify-duplicate-checker may already do the trick

Reiszecke avatar Jan 31 '24 16:01 Reiszecke