Match uncategorised subtitles

All about user-defined episode / movie / file name format expressions
Post Reply
iKUd
Posts: 14
Joined: 25 Jan 2024, 18:32

Match uncategorised subtitles

Post 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

Shell: Select all

{ subt }
and to match the eng ones isnt a problem but how to tell FB that all the not categorised ones are ger?
User avatar
rednoah
The Source
Posts: 23002
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Match uncategorised subtitles

Post 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.
:idea: Please read the FAQ and How to Request Help.
iKUd
Posts: 14
Joined: 25 Jan 2024, 18:32

Re: Match uncategorised subtitles

Post by iKUd »

ok ty I'll test that
Post Reply