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.
Invalid arguements
Re: Invalid arguements
Just an update on this, I've tried several other variations of this script, all of which are still returning the same error.
Re: Invalid arguements
The amc script does not magically know which files you want to process. Please see the transmission setup guide.