-
-
Notifications
You must be signed in to change notification settings - Fork 54
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
Multiple albums with the same name #271
Comments
For this, Audio Player take the Until we find a good solution, you can play a folder in the Audio Player. |
Unfortunately, the folder view seems to have the same issue: The names are Disk_01, Disk_02 and Disk_03 and files of both albums are shown in each folder. From my perspective, it would make more sense to use something like a hash of the full path as unique ID for each folder/album. |
I am affected by the same problem. For common album names such as "Greatest Hits" the immediate thought would be to use the album artist to determine the separation between different albums, but that's not always the case (just think about a Jazz collection of "Greatest Hits" of different artists). EDIT: If you feel like it can be quite a controversial detection scheme, it can be considered as an optional feature: "Folders are albums" |
I will look at this because its a valid case... |
ready for testing the scan will recognise different folders and save the album separately. separate cover art files will be processed accordingly. |
I am testing it right now and it seems to work as expected without issues. Thank you! |
The full path is now displayed in the new sidebar below the cover. |
I'm using this for storing different versions of the same album with different audio channels (2/6ch), bits per sample (16/20/24bit), and sample rates (44.1/48/96kHz). |
Expected behavior
Adding two albums with the same album name does not mix the two albums together.
Actual behavior
Adding two albums with the same name creates one entry with songs of both albums mixed together. Take for example "St. Matthew Passion BWV 244" from Karl Richter (1980) and "St. Matthew Passion BWV 244" from Helmuth Rilling (1994).
Steps to reproduce the behavior
Possible solution
Use more meta information besides just the album title to define album entries.
Note that one album could very much consist of multiple directories (for example 3 disks for the St. Matthew Passion).
The text was updated successfully, but these errors were encountered: