-
Notifications
You must be signed in to change notification settings - Fork 60
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 artist albums have only 1 track #254
Comments
If it matters, the client is AVSub. This does not happen with subsonic. |
I think I see the problem. In Scanner.__find_album, albumartist is passed in as an argument. This is used to retrieve an Artist object, which is then queried for a list of albums. This means that for tracks in a multiple artist album to be grouped together, the album artist tag must be set, if not Scanner will generate multiple album objects for a single various artists album. |
Hello. |
…an album. this means that the album artist does not have to be set for a compilation to be correctly grouped as one album instead of one album per artist.
When using the random albums api call, if an album with multiple artists is chosen, it will only have 1 track in it.
When using the search api call and searching for an album title that has multiple artists, instead of a single album supysonic will return an album with a single track for each unique artist on the album.
The text was updated successfully, but these errors were encountered: