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

Include AVIF extension for support images #12415

Merged
merged 2 commits into from
Aug 22, 2024

Conversation

ikelos
Copy link
Contributor

@ikelos ikelos commented Aug 9, 2024

Jellyfin will currently process avif files (as demonstrated by renaming a valid .avif file to .jpg, and jellyfin indexing and displaying it perfectly) but currently does not try processing for some reason.

Changes
Adds the AVIF extension to the list of supported image types.

Issues
Close #12412

AVIF is supported by jellyfin, but is currently being filtered out based
on the extension.  This adds the extension to the list of support file
types.

Close jellyfin#12412
@gnattu gnattu added the stable backport Backport into the next stable release label Aug 9, 2024
Copy link
Member

@gnattu gnattu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm personally fine with this change as AVIF is claimed as supported in the release note. But I have to remind that this support is not complete and internal functions like generate lower resolution thumbnail may still not work and will always return original picture, but to fix that is out of the scope of 10.9

@crobibero crobibero merged commit 5027e3c into jellyfin:release-10.9.z Aug 22, 2024
15 of 16 checks passed
joshuaboniface pushed a commit that referenced this pull request Aug 25, 2024
Include AVIF extension for support images

Original-merge: 5027e3c

Merged-by: crobibero <cody@robibe.ro>

Backported-by: Joshua M. Boniface <joshua@boniface.me>
@jellyfin-bot jellyfin-bot removed the stable backport Backport into the next stable release label Aug 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants