mopidy / mopidy-local-sqlite

DEPRECATED (Mopidy SQLite local library extension)
https://mopidy.com
Apache License 2.0
30 stars 10 forks source link

Duplicate Albums with Same Name #80

Closed mastermindg closed 7 years ago

mastermindg commented 8 years ago

I'm scanning my library trying to fix gstreamer detection issues and new songs that are found are placed in a new Album with the same name as the original. These tracks should all be in a single album.

tkem commented 8 years ago

Currently, album IDs are not determined by album title alone, but by all album-related tags. See #46 for known issues with this. Best results are usually achieved by using a tagger that assigns MusicBrainz IDs.

paulhayes commented 8 years ago

Yeah, This issue is a bummer for me too, which I'm trying to fix. Which are the album related tags? Once I know them, I can better fix them. Also does calling mopidyctl local scan reimport data even if only the id3 has changed?

tkem commented 8 years ago

@paulhayes: AFAICR local scan checks the file's modification date, so updating tags should be sufficient. Album related tags include album name, album artist, track count and volume/disc count. Especially the last two seem to give issues with multi-disc albums, especially if track count varies by disc (#46).

paulhayes commented 8 years ago

Is there any way to stop is using volume/disc count in the generation of the md5?

On Mon, 6 Jun 2016 at 21:07 Thomas Kemmer notifications@github.com wrote:

@paulhayes https://github.com/paulhayes: AFAICR local scan checks the file's modification date, so updating tags should be sufficient. Album related tags include album name, album artist, track count and volume/disc count. Especially the last two seem to give issues with multi-disc albums, especially if track count varies by disc (#46 https://github.com/mopidy/mopidy-local-sqlite/issues/46).

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/mopidy/mopidy-local-sqlite/issues/80#issuecomment-224072499, or mute the thread https://github.com/notifications/unsubscribe/AAm1T8jg8ACiATOVqlSCivSwt0h-3lMRks5qJH4VgaJpZM4IaPQU .

tkem commented 8 years ago

@paulhayes: Yes, implement #46 ;-) So unless there is any new information on this subject, e.g. issues not related to track/disc number tags, I'm going to close this as a duplicate of #46...