AMC non-strict for subtitles
Posted: 16 Oct 2014, 09:18
Hi,
I'm using filebot on Synology NAS. Opensubtitles usually cannot match subtitles if the search option is via file hash only. So I put non-strict option when calling the script. This didnot help. Subtitles are searched via file hash only. When I checked amc.groovy the strict parameter is set to true when calling getMissingSubtitles.
def subtitleFiles = getMissingSubtitles(file:files, lang:languageCode, strict:true, output:'srt', .........
Is there a way to make amc search subtitles non-strict?
This is how I call filebot:
filebot -script fn:amc --log-file amc.log --action move --conflict skip -non-strict --def "movieFormat=/volume1/video/movies/{n.upperInitial().space('.')}.({y})/{n.upperInitial().space('.')}.{y}" music=n subtitles=tr artwork=y "ut_dir=/volume1/video/downloads" "ut_kind=single" "ut_state=5" "ut_file=" "ut_label="
Thanks...
I'm using filebot on Synology NAS. Opensubtitles usually cannot match subtitles if the search option is via file hash only. So I put non-strict option when calling the script. This didnot help. Subtitles are searched via file hash only. When I checked amc.groovy the strict parameter is set to true when calling getMissingSubtitles.
def subtitleFiles = getMissingSubtitles(file:files, lang:languageCode, strict:true, output:'srt', .........
Is there a way to make amc search subtitles non-strict?
This is how I call filebot:
filebot -script fn:amc --log-file amc.log --action move --conflict skip -non-strict --def "movieFormat=/volume1/video/movies/{n.upperInitial().space('.')}.({y})/{n.upperInitial().space('.')}.{y}" music=n subtitles=tr artwork=y "ut_dir=/volume1/video/downloads" "ut_kind=single" "ut_state=5" "ut_file=" "ut_label="
Thanks...