Page 1 of 1
Match uncategorised subtitles
Posted: 28 Jan 2024, 00:17
by iKUd
I often have subs like this
Shell: Select all
xy.srt
xy.forced.srt
xy.eng.srt
xy.eng.fored.srt
I use
and to match the eng ones isnt a problem but how to tell FB that all the not categorised ones are ger?
Re: Match uncategorised subtitles
Posted: 29 Jan 2024, 11:57
by rednoah
{subt} uses automatic language detection based on the file content if no language suffix given, i.e. if the subtitle text content of xy.srt is in German, then {subt} will likely be able to infer the language. Alternatively, your format can always add ".ger" based on some condition defined by you in code.
Re: Match uncategorised subtitles
Posted: 29 Jan 2024, 12:21
by iKUd
ok ty I'll test that