utorrent run program issue

Running FileBot from the console, Groovy scripting, shell scripts, etc
Post Reply
m01zn
Posts: 2
Joined: 02 Nov 2014, 07:25

utorrent run program issue

Post by m01zn »

Hi i have been unable to get this script to work, any help would be appreciated,
seems that this is causing the error
Argument: C:\Windows\System32\override
File not found: C:\Windows\System32\override
not sure how to solve it
here is the script that is in utorrent:

Code: Select all

filebot -script fn:amc --output "D:\Videos" --action move --log-file D:/Videos/Filebot-Logs/amc.log  --conflict auto--conflict override -non-strict -no-xattr --def deleteAfterExtract=y clean=y --def music=n --def plex=localhost:32400 --def pushbullet=******* "ut_label=%L" "ut_state=%S" "ut_title=%N" "ut_kind=%K" "ut_file=%F" "ut_dir=%D"
typical amc log looks like this:
File not found: C:\Windows\System32\override
Failure (°_°)
Parameter: deleteAfterExtract = y
Parameter: clean = y
Parameter: music = y
Parameter: plex = localhost:32400
Parameter: pushbullet = *****
Parameter: ut_label = showRSS personal feed
Parameter: ut_state = 20
Parameter: ut_title = Elementary.S03E01.HDTV.x264-LOL.[VTV].mp4
Parameter: ut_kind = single
Parameter: ut_file = Elementary.S03E01.HDTV.x264-LOL.[VTV].mp4
Parameter: ut_dir = D:\Downloads\Torrents\complete
Argument: C:\Windows\System32\override
File not found: C:\Windows\System32\override
Failure (°_°)
the logger from utorrent:
[2014-11-02 00:03:44] Executing: filebot -script fn:amc --output "D:\Videos" --action move --log-file D:/Videos/Filebot-Logs/amc.log --conflict auto--conflict override -non-strict -no-xattr --def deleteAfterExtract=y clean=y --def music=y --def plex=localhost:32400 --def pushbullet=***** "ut_label=showRSS personal feed" "ut_state=20" "ut_title=Elementary.S03E01.HDTV.x264-LOL.[VTV].mp4" "ut_kind=single" "ut_file=Elementary.S03E01.HDTV.x264-LOL.[VTV].mp4" "ut_dir=D:\Downloads\Torrents\complete"
User avatar
rednoah
The Source
Posts: 23004
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: utorrent run program issue

Post by rednoah »

space
:idea: Please read the FAQ and How to Request Help.
m01zn
Posts: 2
Joined: 02 Nov 2014, 07:25

Re: utorrent run program issue

Post by m01zn »

rednoah wrote:space
sorry im not too sure what that means..
User avatar
rednoah
The Source
Posts: 23004
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: utorrent run program issue

Post by rednoah »

no space

Code: Select all

--conflict auto--conflict override
space

Code: Select all

--conflict auto --conflict override
:idea: Please read the FAQ and How to Request Help.
Post Reply