Page 1 of 1

Re: Filebot MyJdownloader AMC Plex Script

Posted: 22 Oct 2019, 10:37
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.

Re: Filebot MyJdownloader AMC Plex Script

Posted: 19 Mar 2020, 16:38
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.