jellyflix-app / jellyflix

Jellyfix is an easy-to-use Jellyfin client for movies and shows. It's cross-platform and supports Mobile (iOS, Android) and Desktop (Windows, Mac, Linux).
https://jellyflix.kiejon.com
GNU General Public License v3.0
161 stars 26 forks source link

[Issue]: AVIF images look horrible #130

Open enter-a-random-username opened 6 days ago

enter-a-random-username commented 6 days ago

Please describe your bug

Add a AVIF poster and Jellyfin will just delivers it. Official web-wrapper app has no issue displaying the images Screenshot

Jellyflix Version

Other

if other:

1.2.0-preview0156

Jellyfin Version

Other

if other:

1.10 (master)

Environment

- OS:Android
- OS Version: 14
jdk-21 commented 6 days ago

Flutter doesn't support avif (yet). So we need to convert avif-images to png or jpg.

https://github.com/flutter/flutter/issues/61229

enter-a-random-username commented 5 days ago

THX for quick response. That is a pretty said state for a format supported by all major browsers and Android for a few major versions. The strange thing is the contours work for avif.

You can close this issue, because mainline jellyfin has no official support and other formats will be converted with thumbnail functionality.