mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #9095] Feature: Provide service for File Transformation #11981
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Original Pull Request: https://github.com/jellyfin/jellyfin/pull/9095
State: closed
Merged: No
Changes
Added the
IWebFileTransformationWriteServicefor plugins to add in-memory transformations to files provided under the /web prefix. Also added theIWebFileTransformationReadServicefor the newly createdWebFileTransformationServiceto consume those changes.This will allow plugin authors to no longer rely on modifying those files on disk or for the user to do that in the jellyfins web folder. Instead Plugin authors can just inject needed changes in memory in a structured way.