You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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)?
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.
Queue from Jellyfin (from chrome browser)
Album cover in Jellyfin
Queue from app
Notification
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
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
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.
The text was updated successfully, but these errors were encountered: