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

[Bug] Album cover takes priority when multiple cover exists in the same album #249

Open
BaccanoMob opened this issue Aug 22, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@BaccanoMob
Copy link

I have an album with songs having different embedded artwork/cover (custom metadata).

The album cover takes the artwork from the first song (same as jellyfin so no problem here).

When playing the album in the app, only the album art displays in app for all songs (jellyfin displays respective artwork). Weirdly enough the art in the notification when playing uses the correct artwork.

Using Android version btw.

This may linked to #231 where the first album art is the only image the app is using.

@leinelissen leinelissen added enhancement New feature or request bug Something isn't working and removed enhancement New feature or request labels Aug 23, 2024
@leinelissen
Copy link
Owner

leinelissen commented Aug 23, 2024

Hey there! It's not possible to retrieve the embedded artwork, so the app relies on Jellyfin for the right artwork. I've checked the code and the app should retrieve art for the individual track in the now playing overview (the pop-up). Could you double-check that Jellyfin has the right artwork for the track id (i.e. [SERVER-URI]/Items/[TRACK-ID]/Images/Primary?format=jpeg)?

@BaccanoMob
Copy link
Author

It's not possible to retrieve the embedded artwork
Meant to say Jellyfin takes the embedded art correctly but the app does not display it properly.

Ill share the some screenshots for better clarity.

  1. Queue from Jellyfin (from chrome browser)
    image

  2. Album cover in Jellyfin
    image

  3. Queue from app
    Screenshot_20240823_175934_Fintunes

  4. Notification
    Screenshot_20240823_180144_Fintunes

You can see the part of the image in the notification, so the app did get the song's image but uses the album's image in app queue instead.

(Just speculation on #231 that the app is using only the first album image while receiving other images)

@BaccanoMob BaccanoMob changed the title [Bug] Album cover takes priority over embedded artwork in the same albumm [Bug] Album cover takes priority when multiple cover exists in the same album Aug 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants