Filebot MyJdownloader AMC Plex Script

Running FileBot from the console, Groovy scripting, shell scripts, etc
Post Reply
User avatar
rednoah
The Source
Posts: 24214
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Filebot MyJdownloader AMC Plex Script

Post by rednoah »

1.
The amc script can generally differentiate between series and movie files, though if you somehow know which is which in advance, that passing that information in would be best. Please read the amc script manual for details.


2.
I recommend using #!/bin/sh -xu as shebang to make sure you're getting nice error messages if you accidentally end up using shell variables that are not defined, and generally see what's happening step by step.
:idea: Please read the FAQ and How to Request Help.
User avatar
rednoah
The Source
Posts: 24214
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Filebot MyJdownloader AMC Plex Script

Post by rednoah »

The log shows no error. Presumably, your Argument[0] input folder doesn't exist, doesn't contain any files, appears to not contain any files due to permissions, etc.


:idea: Most likely completely unrelated to upgrading FileBot or Java.
:idea: Please read the FAQ and How to Request Help.
Post Reply