Problem with subtiltes
Posted: 18 Dec 2017, 11:53
Hello,
Just bought this program and love it. I'm sorry if this has been asked before but I could not find any relevant information in my searches.
I have two problems:
1) OpenSubtiltes is not available in my country (It's blocked) - Is it possible to use another service to download subtitles automatically or am I screwed?
2) When using the AMC script (Auto-detect movies, Episodes etc) it won't move subtitles that's already in the folder, I can't find any options to enable this. I bet there is a easy way I just have not found yet.
Here is the script I am currently calling when a torrent is finished:
I probably won't use this for TV-shows as I download most of them using Sonarr (This already moves and renames the relevant files) - But for movies I use a mix of Torrent and Usenet (Radarr). But I have it setup for TV shows as well just in case.
Third, not important question: Anything I can improve upon on this script call? Maybe it's not needed to have output and movieFormat?
Thanks in advance.
Just bought this program and love it. I'm sorry if this has been asked before but I could not find any relevant information in my searches.
I have two problems:
1) OpenSubtiltes is not available in my country (It's blocked) - Is it possible to use another service to download subtitles automatically or am I screwed?
2) When using the AMC script (Auto-detect movies, Episodes etc) it won't move subtitles that's already in the folder, I can't find any options to enable this. I bet there is a easy way I just have not found yet.
Here is the script I am currently calling when a torrent is finished:
Code: Select all
filebot -script fn:amc --output "C:/Downloads(PP)" --action move --conflict auto -non-strict --log-file amc.log --def excludeList=amc.excludes unsorted=y artwork=y clean=y movieFormat="C:/Downloads(PP)/Movies/{n} ({y})/{n} ({y})" "ut_dir=%F" "ut_kind=multi" "ut_title=%N" "ut_label=%L"
I probably won't use this for TV-shows as I download most of them using Sonarr (This already moves and renames the relevant files) - But for movies I use a mix of Torrent and Usenet (Radarr). But I have it setup for TV shows as well just in case.
Third, not important question: Anything I can improve upon on this script call? Maybe it's not needed to have output and movieFormat?
Thanks in advance.