Open GioF71 opened 6 months ago
Hello!
Maybe this can help you: https://github.com/epoupon/lms/blob/a7f4672d65bc48e2e7c943446b46e45e9a1782dc/conf/lms.conf#L103 Only the first encountered track MBID is saved in the database.
Otherwise, we could simply try to not merge them, since I guess there are in different folders?
hello, that settings is already false in my lms.conf... infact the tracks are not hidden, but they are merged in the same album. So I have track 1 two times, track 2 two times, etc...
This instead
we could simply try to not merge them, since I guess there are in different folders
looks more desirable :-)
Yes, I meant to set it to true to hide your duplicate files, but you won't control which files are "selected". Anyway, I will see how to not merge these albums, will need not to forget about the subfolders things for multi CD releases...
Yes, I meant to set it to true to hide your duplicate files, but you won't control which files are "selected". Anyway, I will see how to not merge these albums, will need not to forget about the subfolders things for multi CD releases...
Thank you... let me know if you need some testing!
Hello, I am encountering this situation: I might have two "version" of the same album, with the same musicbrainz release id, just because one is the result of a format conversion. This tends to happen for me with dsd files. which are not natively playable on every dac I own. So for convenience I tend to store a pcm version of the same album. I am currently getting away by selecting, when possible, different MB releases, but this might be wrong especially when there is only one release for that album, or only one that relates to that SACD release. One solution might be to add the release type as a criteria for distinguishing an album from one of it converted forms. Does this sound possible? I have explored the option of changing the album title somehow, but this did not work: once there is a mb release id in the tags, those files would be mixed in the same album anyway.
Thank you