Page 1 of 1

Change subtitle format in Filebot

Posted: 06 Jan 2019, 13:25
by AquaRelliux
Hello Filebot forums

I am new here and I am fairly fresh on Filebot and regexp. I am wondering if it is possible to change the subtitle language setting in filebot. I want .eng to be .en and .swe to be .sv. Beacuse that is how my Sub-zero subtitles is setup and also how my Plex scans the libraries:

Image

Re: Change subtitle format in Filebot

Posted: 06 Jan 2019, 17:16
by rednoah
Sure, just use the ISO2 property of the Language object you get via {lang}:

Code: Select all

{lang.ISO2}

Re: Change subtitle format in Filebot

Posted: 06 Jan 2019, 18:53
by AquaRelliux
Works like a charm thanks! :)