Skip to content
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

Fix DLNA clients displaying wrong album art. #2903

Merged
merged 1 commit into from Apr 20, 2020

Conversation

randrey
Copy link
Contributor

@randrey randrey commented Apr 17, 2020

This addresses an issue where DLNA clients (VLC, Foobar) display incorrect album art for some music albums. Specifically albums that don't have folder/cover image file (i.e. a folder of mp3's) "steal" cover image from a different album, typically whichever appears first in the list.
For example, in the below folder structure, the first folder contains a folder.jpg file, but second doesn't. When viewed in VLC both albums show the image from the first folder.

Music/jazz
├── Bill Evans - Bill Evans Trio with Symphony Orchestra
│   ├── 01 - Granadas.flac
│   ├── 02 - Valse.flac
│   └── folder.jpg
└── David Chesky - Jazz In The New Harmonic
├── 01-Jazz in the New Harmonic.flac
└── 08-Transcendental Tripping.flac

@dkanada dkanada added the stable backport Backport into the next stable release label Apr 18, 2020
@joshuaboniface joshuaboniface requested a review from a team April 19, 2020 16:45
@dkanada dkanada merged commit 1cc5d67 into jellyfin:master Apr 20, 2020
@joshuaboniface joshuaboniface added this to Active PRs in Release 10.5.5 via automation Apr 26, 2020
@joshuaboniface joshuaboniface moved this from Active PRs to Completed PRs in Release 10.5.5 Apr 26, 2020
joshuaboniface pushed a commit that referenced this pull request Apr 26, 2020
Fix DLNA clients displaying wrong album art.

(cherry picked from commit 1cc5d67)
Signed-off-by: Joshua M. Boniface <joshua@boniface.me>
@joshuaboniface joshuaboniface removed the stable backport Backport into the next stable release label Apr 26, 2020
@joshuaboniface joshuaboniface moved this from Completed PRs to Jellyfinished in Release 10.5.5 Apr 26, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Release 10.5.5
  
Jellyfinished
Development

Successfully merging this pull request may close these issues.

None yet

3 participants