Need help with language tag
Posted: 11 Jan 2014, 07:17
Hi
I am trying to get my media center automated. I am using plex as the media server an it requires subtitles to have .eng before the extension in order to recognize it. This is the code i have so far,
My problem is that this code doesn't put a .(dot) before adding the language tag. eg: Sherlock.S03E01eng.srt
And if I write the code like then it would add a .(dot) to the video file too. eg: Sherlock.S03E01..mkv
Please help
Thanks
I am trying to get my media center automated. I am using plex as the media server an it requires subtitles to have .eng before the extension in order to recognize it. This is the code i have so far,
Code: Select all
filebot -script fn:amc --output "******" --action test -non-strict "*******" --def "seriesFormat=TV Shows/{n}/Season{s.pad(2)}/{n}.{s00e00}{lang}" music=n subtitles=en artwork=n backdrops=n clean=y
And if I write the code like
Code: Select all
filebot -script fn:amc --output "*******" --action test -non-strict "******" --def "seriesFormat=TV Shows/{n}/Season{s.pad(2)}/{n}.{s00e00}.{lang}" music=n subtitles=en artwork=n backdrops=n clean=y
Please help
Thanks