jellyfin / jellyfin-plugin-subtitleextract

GNU General Public License v3.0
38 stars 9 forks source link

Extract font attachments related to subtitles #8

Closed mirolm closed 1 year ago

mirolm commented 1 year ago

It would be nice to be possible the plugin to extract not only the subtitles, but the font attachments too. This way jellyfin will not need to do this when video is played and it will be possible to offload all the work when server is less loaded. This will help alot to machines with slower storage.

Extraction of the subs and font attachments can be batched all in 1 ffmpeg request to make things faster.

Other addition to the plugin can be a scheduled task to cleanup subtitles and font attachments that are left behind when videos/shows are deleted.

crobibero commented 1 year ago

This is all out of scope for the plugin. All this plugin does is call the internal Jellyfin "extract" function. Clean up should already happen automatically during a library scan.