[PR #9095] Feature: Provide service for File Transformation #11981

Closed
opened 2026-02-07 06:47:56 +03:00 by OVERLORD · 0 comments
Owner

Original Pull Request: https://github.com/jellyfin/jellyfin/pull/9095

State: closed
Merged: No


Changes
Added the IWebFileTransformationWriteService for plugins to add in-memory transformations to files provided under the /web prefix. Also added the IWebFileTransformationReadService for the newly created WebFileTransformationService to 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.

**Original Pull Request:** https://github.com/jellyfin/jellyfin/pull/9095 **State:** closed **Merged:** No --- **Changes** Added the `IWebFileTransformationWriteService` for plugins to add in-memory transformations to files provided under the /web prefix. Also added the `IWebFileTransformationReadService` for the newly created `WebFileTransformationService` to 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.
OVERLORD added the pull-request label 2026-02-07 06:47:56 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#11981