Run script [fn:amc] at [Tue Jul 07 19:03:14 CDT 2015]
Parameter: music = y
Parameter: subtitles = en
Parameter: artwork = y
Parameter: ut_label = S
Parameter: ut_title = K
Parameter: ut_file = D
MissingPropertyException: No such property: ut_kind for class: Script1
groovy.lang.MissingPropertyException: No such property: ut_kind for class: Script1
at Script1.run(Script1.groovy:172)
at net.filebot.cli.ScriptShell.evaluate(ScriptShell.java:61)
at net.filebot.cli.ScriptShell.runScript(ScriptShell.java:82)
at net.filebot.cli.ArgumentProcessor.process(ArgumentProcessor.java:116)
at net.filebot.Main.main(Main.java:168)
Failure (°_°)
Jul 07, 2015 7:18:27 PM net.filebot.Main initializeCache
WARNING: App version (r3052) does not match cache version (r2245): reset cache
Run script [fn:amc] at [Tue Jul 07 19:18:31 CDT 2015]
Parameter: music = y
Parameter: subtitles = en
Parameter: artwork = y
Parameter: ut_label = S
Parameter: ut_title = K
Parameter: ut_file = D
MissingPropertyException: No such property: ut_kind for class: Script1
groovy.lang.MissingPropertyException: No such property: ut_kind for class: Script1
at Script1.run(Script1.groovy:172)
at net.filebot.cli.ScriptShell.evaluate(ScriptShell.java:61)
at net.filebot.cli.ScriptShell.runScript(ScriptShell.java:82)
at net.filebot.cli.ArgumentProcessor.process(ArgumentProcessor.java:116)
at net.filebot.Main.main(Main.java:168)
Failure (°_°)
Run script [fn:amc] at [Tue Jul 07 19:18:49 CDT 2015]
Parameter: music = y
Parameter: subtitles = en
Parameter: artwork = y
Parameter: ut_label = S
Parameter: ut_title = K
Parameter: ut_file = D
MissingPropertyException: No such property: ut_kind for class: Script1
groovy.lang.MissingPropertyException: No such property: ut_kind for class: Script1
at Script1.run(Script1.groovy:172)
at net.filebot.cli.ScriptShell.evaluate(ScriptShell.java:61)
at net.filebot.cli.ScriptShell.runScript(ScriptShell.java:82)
at net.filebot.cli.ArgumentProcessor.process(ArgumentProcessor.java:116)
at net.filebot.Main.main(Main.java:168)
Failure (°_°)
Run script [fn:amc] at [Tue Jul 07 19:40:01 CDT 2015]
Parameter: music = y
Parameter: subtitles = en
Parameter: artwork = y
Parameter: ut_label = S
Parameter: ut_title = K
Parameter: ut_file = D
MissingPropertyException: No such property: ut_kind for class: Script1
groovy.lang.MissingPropertyException: No such property: ut_kind for class: Script1
at Script1.run(Script1.groovy:172)
at net.filebot.cli.ScriptShell.evaluate(ScriptShell.java:61)
at net.filebot.cli.ScriptShell.runScript(ScriptShell.java:82)
at net.filebot.cli.ArgumentProcessor.process(ArgumentProcessor.java:116)
at net.filebot.Main.main(Main.java:168)
Failure (°_°)
You have clearly now idea what you're doing, and not bothered to search the forums for similar issues, nor read the manual.
Manual wrote:Troubleshooting
If something is not working, first read the Notes above, then just run the command manually in new console window and see what happens. You CANNOT run the template without replacing the VARIABLES. The variables have to be replaced with actual values first. You can find the actual cmdline call in the µTorrents Logger tab so you can just copy it from there. You may need to enable the Logger tab first (just right-click one of the other tabs like Info).
Please pay special attention to the BOLD RED sections.
I think you are assuming everyone that comes on here is a programer. We are not. I don't know about other people but I don't like join forums so I am "bothered to search the forums for similar issues" before I have to join.
When you say Variables are you talking about "ut_file=%F" with %F being the Variable. If so what do I replace it with?
Manual wrote:The variables have to be replaced with actual values first. You can find the actual cmdline call in the µTorrents Logger tab so you can just copy it from there. You may need to enable the Logger tab first (just right-click one of the other tabs like Info).
Have you checked the µTorrents Logger to see the command that is executed? It'll show you what the %variables have been replaced with.
1.
I don't use Vuze but it seems I did some testing previously and it should work exactly the same as with utorrent: viewtopic.php?f=4&t=1397
2.
--def ut_title is optional, so you can leave it. --def ut_kind is either "single" or "multi" and that specifies how ut_dir (must be per-torrent folder if multi) and ut_file (ignored if single) are interpreted.
If you don't know what you're doing it's recommend that you add --def excludeList so you don't accidentally reprocess all your downloads all the time (may happen if you mess up the input variables) and get banned.
3.
Maybe Vuze has changed? The whole variable replacement system may be completely different from torrent client to torrent client. So checking in the Vuze forums how to integrate 3rd party apps might help.