I'm using Plex as media center and it seems to be based on ISO 639-2/B http://en.wikipedia.org/wiki/List_of_ISO_639-1_codes to determine which is the language of the subtitles files.
Apparently, Filebot is based on another ISO number, results that for french subtitles downloaded by filebot I have *.fra.srt and Plex is waiting for *.fre.srt
is it possible to add a script line or arg to my script to change ".fra" to ".fre" when Filebot script download and rename the subtitles file ?
I'm using this simple (but so powerful!!) script :
Code: Select all
filebot -script fn:suball "F:\Series" --lang fr -non-strict

Thank you
polux