Invalid arguements

Running FileBot from the console, Groovy scripting, shell scripts, etc
Post Reply
d3n2
Posts: 2
Joined: 15 Feb 2015, 14:56

Invalid arguements

Post by d3n2 »

Hi all,

I've just followed the AMC guide and created the below script, however, when attempting to run the script in terminal I'm receiving an 'Invalid arguements' error, see below.
System info:
OS = Ubuntu 14.10
Filebot = 4.5.6
Java = Latest as of 15/02/15

Transmission-postprocess Script:
#!/bin/bash
filebot -script fn:amc --output "/media/user/D3N2" --log-file amc.log --action duplicate --conflict override -non-strict --def "seriesFormat=/media/user/D3N2/TV Shows/{n}/{'S'+s}/{fn}" "movieFormat=/media/user/D3N2/Movies/{n} {y}/{fn}" "musicFormat=/media/user/D3N2/Music/{n}/{fn}"

LOG:
Parameter: seriesFormat = /media/user/D3N2/TV Shows/{n}/{'S'+s}/{fn}
Parameter: movieFormat = /media/user/D3N2/Movies/{n} {y}/{fn}
Parameter: musicFormat = /media/user/D3N2/Music/{n}/{fn}
Invalid arguments: pass in either file arguments or ut_dir/ut_file parameters but not both
Failure (°_°)

Any help would be appreciated.

Thanks in advance.
d3n2
Posts: 2
Joined: 15 Feb 2015, 14:56

Re: Invalid arguements

Post by d3n2 »

Just an update on this, I've tried several other variations of this script, all of which are still returning the same error.
User avatar
rednoah
The Source
Posts: 23019
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Invalid arguements

Post by rednoah »

The amc script does not magically know which files you want to process. Please see the transmission setup guide.
:idea: Please read the FAQ and How to Request Help.
Post Reply