If you're manually passing in
--def name=value parameters so you can then use them in your custom format for simple
-rename calls, then the warning above is indeed a
false positive. If your code works for you, then ignore the warnings.
The
This is not a -script call. warning is meant for users that do simple
filebot -rename calls but then add random
amc script options expecting those options to do something. The simple
filebot -rename never use any
--def name=value options, except for the rare corner case
(you're probably the only one in the world) where your custom format code
(NOTE: filebot does not know what your format code does or does not do) actually does use them.
Note that this thread is about
amc script options, so if you get the
This is not a -script call. warning then you are notably
not using the
amc script script. What are you trying to do anyway? What's your command-line call?