AMC Issue - windows & qbittorrent
Posted: 05 Jan 2016, 10:08
OS: Windows 8.1
Java: Java 8 v66 - 64bit build 1.8.0_66-b18
Client: qBitTorrent v3.3.1
My script on completion:
Logs out the following error to amc.log
Any ideas? I can't see what's going wrong, except for the illegal argument which could have something to do with the way qbittorrent passes in it's parameters :S
Java: Java 8 v66 - 64bit build 1.8.0_66-b18
Client: qBitTorrent v3.3.1
My script on completion:
Code: Select all
filebot.launcher.exe -script fn:amc --output "D:/" --action move --conflict skip -non-strict "ut_dir=%F" "ut_kind=multi" "ut_title=%N" "ut_label=%L" --def excludeList=amc.excludes unsorted=y music=n artwork=n clean=y "movieFormat=Movies/{n} ({y}){' CD'+pi}" --log-file amc.log
Code: Select all
WARNING: Illegal Argument: java.io.IOException: The filename, directory name or volume label syntax is incorrect (ut_dir=D:\Downloads\Torrents\How To Train Your Dragon (2010))
Run script [fn:amc] at [Tue Jan 05 21:01:47 AEDT 2016]
Parameter: excludeList = amc.excludes
Parameter: unsorted = y
Parameter: music = n
Parameter: artwork = n
Parameter: clean = y
Parameter: movieFormat = Movies/{n} ({y}){' CD'+pi}
Argument: C:\Program Files (x86)\qBittorrent\ut_dir=D:\Downloads\Torrents\How To Train Your Dragon (2010)
Argument: C:\Program Files (x86)\qBittorrent\ut_kind=multi
Argument: C:\Program Files (x86)\qBittorrent\ut_title=How To Train Your Dragon (2010)
Argument: C:\Program Files (x86)\qBittorrent\ut_label=
File not found: C:\Program Files (x86)\qBittorrent\ut_dir=D:\Downloads\Torrents\How To Train Your Dragon (2010)
Failure (°_°)