Automated Media Center - Encoding
Posted: 06 Sep 2013, 04:13
Hi there - excellent work and thanks.
I use a modified version of your script for utorrent post processing:
"C:/Program Files/Filebot/filebot.exe" -script fn:amc --output "Y:/Videos" --log-file amc.log --action copy --conflict override -non-strict --def music=n subtitles=en,el artwork=y backdrops=y plex=hippo minFileSize=0 "seriesFormat=TV Series/{n}/Season {s.pad(2)}/{n} - {s00e00} - {t}{'.'+lang.ISO3Language.upper()}" "animeFormat=Movies/Movie Files/{n} ({y})/{fn}{'.'+lang.ISO3Language.upper()}" "movieFormat=Movies/Movie Files/{n} ({y})/{fn}{'.'+lang.ISO3Language.upper()}" "musicFormat=Music/{n}/{fn}" ut_dir=%1 ut_file=%2 ut_kind=%3 ut_title=%4 ut_label=%5 ut_state=%6 clean=y
I read that there are some commandline switches that can download a sub in a specific encoding format:
e.g. filebot -get-subtitles path/to/movie --q "Avatar" --lang zh --output srt --encoding utf8 -non-strict
How can I use these encoding types for different languages in my utorrent postprocessing command?
As you can see, I download both subtitles=en,el.
Can I use something like: subtitles=en/utf8,el/greek ?
Thanks
I use a modified version of your script for utorrent post processing:
"C:/Program Files/Filebot/filebot.exe" -script fn:amc --output "Y:/Videos" --log-file amc.log --action copy --conflict override -non-strict --def music=n subtitles=en,el artwork=y backdrops=y plex=hippo minFileSize=0 "seriesFormat=TV Series/{n}/Season {s.pad(2)}/{n} - {s00e00} - {t}{'.'+lang.ISO3Language.upper()}" "animeFormat=Movies/Movie Files/{n} ({y})/{fn}{'.'+lang.ISO3Language.upper()}" "movieFormat=Movies/Movie Files/{n} ({y})/{fn}{'.'+lang.ISO3Language.upper()}" "musicFormat=Music/{n}/{fn}" ut_dir=%1 ut_file=%2 ut_kind=%3 ut_title=%4 ut_label=%5 ut_state=%6 clean=y
I read that there are some commandline switches that can download a sub in a specific encoding format:
e.g. filebot -get-subtitles path/to/movie --q "Avatar" --lang zh --output srt --encoding utf8 -non-strict
How can I use these encoding types for different languages in my utorrent postprocessing command?
As you can see, I download both subtitles=en,el.
Can I use something like: subtitles=en/utf8,el/greek ?
Thanks