Metadata-based Duplication Checking#25
Conversation
|
This sounds like a bug that a few others have reported previously. I think the issue may be the fundamental design choice that EDIT: See if 4cc7e18 fixes the redownloads you were seeing before. As far as using song metadata to check for duplicates, I am fairly sure that is not the direction that I want to go. Metadata can be (and often is) changed over the lifetime of a track on the API side. Theoretically, song_ids are the one thing that should not change, which is the reason a local record of them was chosen to maintain "identity". Additionally, many users (myself included) may make manual changes to metadata to fit personal stylistic/organizational formats. |
I noticed, while downloading playlists where I would update the order of songs (by adding or removing songs), that despite songs being the same, if their filenames weren't identical, the songs would be re-downloaded.
I decided to modify that logic by simply checking metadata:
This should normally work