Invalid arguements
Posted: 15 Feb 2015, 15:04
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.
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.