-
Notifications
You must be signed in to change notification settings - Fork 7
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
Compilation Album, Multi Disc, not rendered correctly #49
Comments
Is this expected or should we display it as "Compilation"? Currently I do a "dirty way" to trick the UI when an album has multiple artists (as long as the album artist is "Various Artists") like this: And I think need to fix that
Yeah currently the ordering method is pretty simple and naive, and I will let you know when I need some help! |
Yes, correct. I think that if track has the "album artist" tag, you have to use exactly that field. Tipically I set the same "Album Artist" for all tracks of a Compilation, so that navidrome group them all under a single album. Instead, if there is no "Album Artist" Tag, but you have Artist in the track, I think it's up to you what to show in the Album View. I added to all my "Various Artists" album, the tag COMPILATION=1, so that I can have all the Compilation filtered by Navidrome: Only one question, since I don't know how the app interact with the Server/Navidrome. |
actually i do. the different is, i don't show the "artist name" by default if the current album is belong to the same (one) artist ...and flo currently does not treat disc numbers properly which is different from the Navidrome Web UI (gonna fix it!) I don't know exactly why flo shows "Paul McCartney & Wings" instead of "Compilations", would you mind sharing the JSON response for that album? IIRC flo displays whatever the |
Just retrieved the json. Here is the JSON :
|
thanks for the JSON. i think i now how to handle that album artist thing without using my dirty way |
Hi @faultables,
just want to help, finding strange behaviours.
The facts:
I've a lot of compilation in my Navidrome.
For each song I've lost some nights setting those tag (to have a nice view and order in Navidrome) :
In this way I can achieve the following view in Navidrome ( and it was the same with iTunes):
So the player can playback in the correct order, and songs are grouped.
For the same disc, in Flo, I get:
So, for example the Album Artist is shown as Paul McCartney (Track08 of CD2 )
And the songs are in the order:
CD1-track1
CD2-track1
CD1-track2
CD2-track2
Probably you have to find a way to handle multi disc albums.
If you need some sample files with these tag set, for testing, let me know.
I can prepare a demo package.
The text was updated successfully, but these errors were encountered: