How to handle multiple subtitle files?
Posted: 09 May 2014, 19:13
When there is more than on .srt, eg
"Movie [2009] eng.srt"
"Movie [2009] ger.srt"
Filebot want to rename both files to the same name: "Movie [2009].srt"
This ends up in a warning that there is a conflict.
How can I handle this?
This is my format so far to rename folder and file (and use the hack to include the original name in the folder name too)
../{n}{' ("'+net.sourceforge.filebot.WebServices.IMDb.scrape(imdbid, '''//SPAN[@class='title-extra']''').match('"(.+)"')+'")'} ({y}){' '+fn.match("Directors Cut|Extended|exted|unrated")} [{vf}] [{ac}]/{n} ({y}) {vc}
"Movie [2009] eng.srt"
"Movie [2009] ger.srt"
Filebot want to rename both files to the same name: "Movie [2009].srt"
This ends up in a warning that there is a conflict.
How can I handle this?
This is my format so far to rename folder and file (and use the hack to include the original name in the folder name too)
../{n}{' ("'+net.sourceforge.filebot.WebServices.IMDb.scrape(imdbid, '''//SPAN[@class='title-extra']''').match('"(.+)"')+'")'} ({y}){' '+fn.match("Directors Cut|Extended|exted|unrated")} [{vf}] [{ac}]/{n} ({y}) {vc}