leinelissen / jellyfin-audio-player

🎵 A gorgeous Jellyfin audio streaming app for iOS and Android
https://fintunes.app
MIT License
759 stars 27 forks source link

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

Open BaccanoMob opened 4 weeks ago

BaccanoMob commented 4 weeks ago

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 commented 4 weeks ago

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 commented 4 weeks ago

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)