Need Held w/ Filebot - uTorrent Scripting
Posted: 02 Mar 2014, 22:56
Hi - I'm new to the forum so if this isn't the correct place to get help with this topic then please direct me there.
I followed this guide: http://www.filebot.net/forums/viewtopic.php?t=215
I added it as a program that utorrent runs when a torrent finishes. For troubleshooting purposes I also ran it from the command line based on the logger tab in utorrent. Here's what I thought the cmd line version of the request would look like:
filebot -script fn:amc --output "D:/Plexserv" --log-file amc.log --action copy --conflict override -non-strict --def music=y subtitles=en artwork=y "ut_file=Marvel.One.Shot.All.Hail.The.King.2014.720p.BluRay.DTS.x264-PHD.mkv" "ut_dir=D:\torrent"
When I paste that into a cmd line and run it I get the following message:
Microsoft Windows [Version 6.1.7601]
Copyright (c) 2009 Microsoft Corporation. All rights reserved.
C:\Users\austy>filebot -script fn:amc --output "D:/Plexserv" --log-file amc.log
--action copy --conflict override -non-strict --def music=y subtitles=en artwork
=y "ut_file=Marvel.One.Shot.All.Hail.The.King.2014.720p.BluRay.DTS.x264-PHD.mkv"
"ut_dir=D:\torrent"
Locking C:\Users\austy\AppData\Roaming\FileBot\logs\amc.log
Parameter: music = y
Parameter: subtitles = en
Parameter: artwork = y
Parameter: ut_file = Marvel.One.Shot.All.Hail.The.King.2014.720p.BluRay.DTS.x264
-PHD.mkv
Parameter: ut_dir = D:\torrent
MissingPropertyException: No such property: ut_kind for class: Script3
groovy.lang.MissingPropertyException: No such property: ut_kind for class: Scrip
t3
at Script3.run(Script3.groovy:80)
at net.sourceforge.filebot.cli.ScriptShell.evaluate(ScriptShell.java:102
)
at net.sourceforge.filebot.cli.ScriptShell.runScript(ScriptShell.java:95
)
at net.sourceforge.filebot.cli.ArgumentProcessor.process(ArgumentProcess
or.java:125)
at net.sourceforge.filebot.Main.main(Main.java:190)
Failure (┬░_┬░)
Launch4j: Failed to run the given command.
C:\Users\austy>
The actual text from the utorrent logger looks like this:
[2014-03-02 15:38:23] Executing: filebot -script fn:amc --output "D:/Plexserv" --log-file amc.log --action copy --conflict override -non-strict --def music=y subtitles=en artwork=y "ut_label=" "ut_state=5" "ut_title=Marvel.One.Shot.All.Hail.The.King.2014.720p.BluRay.DTS.x264-PHD.mkv" "ut_kind=single" "ut_file=Marvel.One.Shot.All.Hail.The.King.2014.720p.BluRay.DTS.x264-PHD.mkv" "ut_dir=D:\torrent"
In the guide there's a listing for a cmd line test, which I ran and it converted all my media properly:
filebot -script fn:amc --output "/path/to/output" --action copy -non-strict "/path/to/input" --def excludeList=amc.txt
Any help you can provide would be appreciated. Also, is there a way to have it unpack rar files?
I followed this guide: http://www.filebot.net/forums/viewtopic.php?t=215
I added it as a program that utorrent runs when a torrent finishes. For troubleshooting purposes I also ran it from the command line based on the logger tab in utorrent. Here's what I thought the cmd line version of the request would look like:
filebot -script fn:amc --output "D:/Plexserv" --log-file amc.log --action copy --conflict override -non-strict --def music=y subtitles=en artwork=y "ut_file=Marvel.One.Shot.All.Hail.The.King.2014.720p.BluRay.DTS.x264-PHD.mkv" "ut_dir=D:\torrent"
When I paste that into a cmd line and run it I get the following message:
Microsoft Windows [Version 6.1.7601]
Copyright (c) 2009 Microsoft Corporation. All rights reserved.
C:\Users\austy>filebot -script fn:amc --output "D:/Plexserv" --log-file amc.log
--action copy --conflict override -non-strict --def music=y subtitles=en artwork
=y "ut_file=Marvel.One.Shot.All.Hail.The.King.2014.720p.BluRay.DTS.x264-PHD.mkv"
"ut_dir=D:\torrent"
Locking C:\Users\austy\AppData\Roaming\FileBot\logs\amc.log
Parameter: music = y
Parameter: subtitles = en
Parameter: artwork = y
Parameter: ut_file = Marvel.One.Shot.All.Hail.The.King.2014.720p.BluRay.DTS.x264
-PHD.mkv
Parameter: ut_dir = D:\torrent
MissingPropertyException: No such property: ut_kind for class: Script3
groovy.lang.MissingPropertyException: No such property: ut_kind for class: Scrip
t3
at Script3.run(Script3.groovy:80)
at net.sourceforge.filebot.cli.ScriptShell.evaluate(ScriptShell.java:102
)
at net.sourceforge.filebot.cli.ScriptShell.runScript(ScriptShell.java:95
)
at net.sourceforge.filebot.cli.ArgumentProcessor.process(ArgumentProcess
or.java:125)
at net.sourceforge.filebot.Main.main(Main.java:190)
Failure (┬░_┬░)
Launch4j: Failed to run the given command.
C:\Users\austy>
The actual text from the utorrent logger looks like this:
[2014-03-02 15:38:23] Executing: filebot -script fn:amc --output "D:/Plexserv" --log-file amc.log --action copy --conflict override -non-strict --def music=y subtitles=en artwork=y "ut_label=" "ut_state=5" "ut_title=Marvel.One.Shot.All.Hail.The.King.2014.720p.BluRay.DTS.x264-PHD.mkv" "ut_kind=single" "ut_file=Marvel.One.Shot.All.Hail.The.King.2014.720p.BluRay.DTS.x264-PHD.mkv" "ut_dir=D:\torrent"
In the guide there's a listing for a cmd line test, which I ran and it converted all my media properly:
filebot -script fn:amc --output "/path/to/output" --action copy -non-strict "/path/to/input" --def excludeList=amc.txt
Any help you can provide would be appreciated. Also, is there a way to have it unpack rar files?