a-rich / DJ-Tools

DJ tools for downloading, processing, and sharing music / rekordbox data.
GNU General Public License v3.0
92 stars 7 forks source link

The `playlist_builder` module adds the same song multiple times if the tracks are from different albums #20

Closed a-rich closed 2 years ago

a-rich commented 2 years ago

Update:

Describe the bug playlist_builder will sometimes add duplicate tracks when the track comes from a different album (the ID is different) than the same track which already exists in a playlist.

To Reproduce Steps to reproduce the behavior:

  1. Have a playlist with a track in it
  2. Have playlist_builder find the same track in Spotify API query results but from a different album

Expected behavior The same track, even if it's from a different album, should not be added more than once to a playlist.

a-rich commented 2 years ago

Closing as 2.0.5 release addresses this issue.