jellyfin / Swiftfin

Native Jellyfin Client for iOS and tvOS
Mozilla Public License 2.0
2.59k stars 282 forks source link

Image Transparency #1240

Open marcptrs opened 1 month ago

marcptrs commented 1 month ago

Describe the bug

Looks like Swiftfin is handling image transparency not quite the same as the Jellyfin web app:

This is how it appears in the Jellyfin web app:

image

This is how it appears in Swiftin (both tvOS and iOS):

image

For reference, this is for The Circle (https://www.imdb.com/title/tt9581768/)

Application version

1.0.1

Where did you install the app from?

App Store

Device information

Apple TV 4K (1st Generation)

OS version

tvOS 17.6.1

Jellyfin server version

10.9.11

chickdan commented 1 month ago

I'm seeing this as well but I haven't identified why it's so inconsistent because yesterday it was two titles and today it's only one title.

LePips commented 1 month ago

Is there a sample image that could be provided? I also haven't faced this issue.

chickdan commented 1 month ago

Here is the title I came across, when debugging there is an error that null was passed to SVGCore, but that's not too helpful.

marcptrs commented 1 month ago

Is there a sample image that could be provided? I also haven't faced this issue.

Sure, here's TMDb source:

https://www.themoviedb.org/tv/97083-the-circle-us/images/logos

My instance is using the first logo.

JPKribs commented 1 month ago

This is super rare. Here is an example I have:

image

Which uses this raw image:

https://image.tmdb.org/t/p/original/x6m33sydQBwCYbrCuYB8zysL1ve.svg

I don't know if this only applies to svgs or not. This was the only issue series I could find and I had to work my way down to H so it's pretty rare from my end.