jellyfin / jellyfin-plugin-subtitleextract

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

Add an option to specify a library and have it run for only that library. #19

Open miandru opened 5 months ago

miandru commented 5 months ago

I'm generally happy with this plugin, but I don't need to have it ran for my entire library, most movies and normal tv shows come with SRT subtitles, and they tend to just work immediately. My main issue is naturally ASS/SSA subtitles, as they take a lot longer to load.

I made a bash script for now that does this for me sort of(extracts the ASS/SSA subtitles next to the container as an external subtitle). Being able to select a specific or multuple specific libraries in this plugin would be hugely appreciated. I've built from source and the config option to extract on library scan is huge!

I would try to figure this out myself, but I have no idea where or how I would begin implementing it.