New virtual pc, same settings, Filebot not playing ball!
Posted: 18 Apr 2014, 21:42
I've built another VM to run my uTorrent on.
Using the same version of Filebot and uTorrent and using the script copied from old pc to new pc i get:
My config is as follows:
Both are 32 bit images. The only things that have changed are the java version and that one was windows XP and this is on windows server 2003
I've tried fn:amc and dev:amc but neither work
In console this works if i define the input folder and loose the last two quotes (ut_file and ut_dir)
I can only think utorrent is not closing the Parameter: seriesFormat line properly but cant get logging to work on utorrent
Any thoughts greatly appreciated anyone
Using the same version of Filebot and uTorrent and using the script copied from old pc to new pc i get:
Code: Select all
Parameter: mailto = *****
Parameter: clean = y
Parameter: seriesFormat = {n}/{n} - {'Season '+s}/{n } - {s00
Exception: Conflicting arguments: pass in either file arguments or ut_dir/ut_file parameters but not both
Failure (°_°)
Code: Select all
filebot -script fn:amc --output "//freenas/video/tv series" --log-file c:\filebotlogs\amc.log --action copy --conflict override -non-strict --def plex=192.168.2.3 --def clean=y --def "seriesFormat={n}/{n} - {'Season '+s}/{n } - {s00e00}" --def music=n artwork=n "ut_label=%L" "ut_state=%S" "ut_title=%N" "ut_kind=%K" "ut_file=%F" "ut_dir=%D"
I've tried fn:amc and dev:amc but neither work
In console this works if i define the input folder and loose the last two quotes (ut_file and ut_dir)
I can only think utorrent is not closing the Parameter: seriesFormat line properly but cant get logging to work on utorrent
Any thoughts greatly appreciated anyone