-
-
Notifications
You must be signed in to change notification settings - Fork 65
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Duplicated tracks aren't deduplicated in albums #180
Comments
Do you want to eventually keep duplicate tracks? |
We have a rather unique situation, where our music is supplied by several individual users. They put their music in their own folders, which they also use for their personal offline players, and sync them to our server, where they're indexed by LMS. So if two people have the same album, we'll have duplicate tracks; but we don't want to remove those, because that means one of our users don't have the track offline anymore. I was going to submit a pull request that would remove all but one of a set of duplicates from the db after scanning (with a toggle in the conf), but I though I'd submit an issue in advance. Our previous music server (Ampache) had the option to enable/disable tracks; disabled tracks were unplayable and wouldn't show up in playlists. You could also make something like this, with duplicates automatically being disabled. Would be a cleaner solution, but also much more effort. |
Ok I understand :) |
If you have an album twice, and have it correctly tagged with musicbrainzid, the scanner will nicely detect the duplicate tracks.
When you then go to the album in lms, all of the tracks still show up twice.
It would be great if lms were to realise all the tracks are duplicate and only show them once.
The text was updated successfully, but these errors were encountered: