2024-05-20, 02:53 PM
I could finally adapt Jellyfin in order to support jpeg xl picture format; in nutshell:
- modification of image decode methods, to redirect to djxl instead of skiasharp (requires to install libjxl on system)
- same modification at various places: generation of thumbnails, before web client downloads a picture ; and also before using taglib for exif data analysis (although it seels Jellyfin does not do anything with exif data)
- methods to delete temp files after usage
- recompile from source
If someone needs the code, feel free to ask.
- modification of image decode methods, to redirect to djxl instead of skiasharp (requires to install libjxl on system)
- same modification at various places: generation of thumbnails, before web client downloads a picture ; and also before using taglib for exif data analysis (although it seels Jellyfin does not do anything with exif data)
- methods to delete temp files after usage
- recompile from source
If someone needs the code, feel free to ask.