-
Notifications
You must be signed in to change notification settings - Fork 28
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
Split artists by comma #165
Comments
Are there any other music players doing this? Like, taking the string in the (album)artist tag, and splitting it by comma? IMO, a cleaner solution is for music in your library to have a repeatable "performer" (or w/e) tag, and for music players to just combine them. Also, there is minor problem with your solution, namely that not everybody uses the same delimiter to separate artists. My library (which has gone through an autotagger) also contains "&" and "/" as a delimiter. |
Hi! |
Hello! |
After splitting the artist tag for a few works, it seems that Plattenalbum only recognises the first artist in the scrollable artist list. I can still search for works by an artist if I write their name explicitly in the search view. Plattenalbum also displays only the first artist for each piece. |
This sounds like a tagging issue. I've just made a test over here and it is working fine. If you're interested you could send me a sample file so I can take a closer look. |
Good idea. I have created a sample file which can reproduce this error. It should have three artists. The first artist shows up correctly. I used Picard to create the multi-value tag. The work is originally derived from Galway by Kevin MacLeod (incompetech.com), and was built upon in the Espressif Audio Development Framework documentation. The work is freely licensed: https://creativecommons.org/licenses/by/3.0/. |
Ok, so this is an |
This might be useful: |
The artist field commonly contains multiple artists separated by commas. This is especially common for classical recordings. A mass may for example feature different soloists throughout an album, and a classical CD might credit both the performer and the composer. Currently these albums are jumbled up, split into unorganised subsets of the original albums where the artist field is equal.
My suggested solution would be to treat all comma separated artists as separate entries and to filter the albums where an artist is present for a subset of the contents when an entry is selected. This solution makes sense for all cases where an album has an artist performing throughout all recordings (the common case).
The text was updated successfully, but these errors were encountered: