fredrikburmester / streamyfin

A Jellyfin client build with Expo
Mozilla Public License 2.0
1.11k stars 31 forks source link

Option to select default subtitles #37

Open PCJones opened 3 months ago

PCJones commented 3 months ago

Describe the solution you'd like An option in the settings for the default subtitle language that should be selected if available.

fredrikburmester commented 3 months ago

Not sure how this would work with Jellyfin. Anyone that's good at Jellyfin subs could help here.

PCJones commented 3 months ago

This option is already available in the Jellyfin Media Player. But I don't see how this is a jellyfin problem. All we need is a drop-down with all languages in the settings. If I select "German" then the app should always select German subtitles by default if they are available. I'm not sure if Jellyfin offers the subtitles language via it's API - I'd say there is pretty good chance it does. If not we can still easily parse the name of the subtitles to identify the language (GER/ENG/FRA/ESP/JPN etc)