jellyfin / jellyfin-plugin-subtitleextract

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

Subtitle extract only certain languages #23

Closed David-Moreira closed 2 months ago

David-Moreira commented 2 months ago

Would it be possible to extract only for certain languages?

Thanks!

crobibero commented 2 months ago

Why would you want to only extract certain languages? Additionally with 10.9 Jellyfin has been updated to extract all subtitles in one pass instead of a call per subtitle

David-Moreira commented 2 months ago

Why would you want to only extract certain languages? Additionally with 10.9 Jellyfin has been updated to extract all subtitles in one pass instead of a call per subtitle

Precisely because what I have seen is it doing multiple passes, one per subtitle taking perhaps needlessly long time while someone might really only care about one or two subtitles. Is the change you talk about live? I have recently seen this happen.

crobibero commented 2 months ago

10.9 is the next release of Jellyfin, so unless you are running a prerelease version the fix isn't in place.

David-Moreira commented 2 months ago

I see. It's a great fix/improvement then. Looking forward to it. Thank you!