Filebot amc script does everything but subtitles

Support for Ubuntu and other Desktop Linux distributions
Post Reply
tatar0900
Posts: 12
Joined: 10 Oct 2017, 11:17

Filebot amc script does everything but subtitles

Post by tatar0900 »

So this is my code, everything works as intended but no subtitles are downloaded for even very well known releases

Code: Select all

filebot -script fn:amc --output "$CONFIG_OUTPUT" --action duplicate --conflict skip -non-strict --log-file amc.log --def unsorted=y music=y artwork=y subtitles=en excludeList=".excludes" ut_dir="$ARG$
Thanks for the help
tatar0900
Posts: 12
Joined: 10 Oct 2017, 11:17

Re: Filebot amc script does everything but subtitles

Post by tatar0900 »

UPDATE: They are apparently downloaded but to the default download folder, how do I automatically move them to the plex folder just like the movies and tv shows?
User avatar
rednoah
The Source
Posts: 22976
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Filebot amc script does everything but subtitles

Post by rednoah »

1.
What does the amc.log say?


2.
Yes:

Code: Select all

ut_dir="$ARG"
No:

Code: Select all

ut_dir="$ARG$
:idea: Please read the FAQ and How to Request Help.
Post Reply