I am having some issues with amc.groovy downloading subtitles when I would rather not download them.
If I leave the subtitles option out it still downloads them, if I set "--def subtitles=n" it still downloads them.
Is there anyway to fix this? I have another system that does subtitles manually for the shows/movies I want them for, so I would like to be able to disable this ability permanently
TIA
amc.groovy downloading subtitles when it should not be
-
- Posts: 7
- Joined: 30 Nov 2013, 09:25
Re: amc.groovy downloading subtitles when it should not be
I donno, have you tried just not setting the --def subtitles=n part at all? Can't reproduce the issue.
EDIT:
You're just doing it wrong, and it's defaulting to English.
BAD:
GOOD:
Since we don't wanna pass this as single token.
EDIT:
You're just doing it wrong, and it's defaulting to English.
BAD:
Code: Select all
"--def subtitles=n"
Code: Select all
--def "subtitles=n"
-
- Posts: 7
- Joined: 30 Nov 2013, 09:25
Re: amc.groovy downloading subtitles when it should not be
The quotes around "--def subtitles=n" were added by me when I typed up the post. I do not actually use them in my code.
Here is what I have in my bash script
Here is what I have in my bash script
Code: Select all
sudo filebot -script fn:amc --output "/path/to/media" --log-file amc.log --log info --action copy --conflict override -non-strict --def subtitles=n pushover=MYAPIKEY subtitles=$subs xbmc=$xbmc music=$music artwork=$art delteAfterExtract=$extract clean=$cln excludeList=$excld "ut_dir=$TR_TORRENT_DIR/$TR_TORRENT_NAME" "ut_kind=multi" "ut_title=$TR_TORRENT_NAME" "seriesFormat=TV/{n}/{episode.special ? 'Special' : 'Season '+s}/{n} - {episode.special ? 'S00E'+special.pad(2) : s00e00} - {t}" "movieFormat=Film/{n} ({y})"
Re: amc.groovy downloading subtitles when it should not be
So don't set it at all? What does that do?
-
- Posts: 7
- Joined: 30 Nov 2013, 09:25
Re: amc.groovy downloading subtitles when it should not be
It downloads subtitles without it set. It did not do it for the first few films and tv episodes, then it stared doing it for all, then stopped again, and today it grabbed the subs for 2 out of 6 files. Very weird behaviour
Re: amc.groovy downloading subtitles when it should not be
Haven't managed to reproduce this. Try r1901 and see if it makes a difference.
-
- Posts: 7
- Joined: 30 Nov 2013, 09:25
Re: amc.groovy downloading subtitles when it should not be
I will give it a go, thank you for your help