Automated Media Center with Vuze
Posted: 08 Mar 2014, 03:54
Here's just a quick summary of what you need to do to get the Automated Media Center script working with Vuze and the Command Runner Plugin.
Automated Media Center:
https://www.filebot.net/amc.html
The command template is the same since µTorrent and Vuze Command Runner Plugin use the same variables (e.g. %D, %F, etc) so you can paste it directly into Vuze just as you would with µTorrent:

Please note that Completion Moving will interfere with Command Runner! because FileBot will be called on paths that have been moved already. So make sure to disable Completion Moving:

If you have any issues you can check Tools ➔ Plugins ➔ Log Views ➔ Command Runner to see exactly what commands have been executed.
Use @file syntax to refactor command-line arguments (not including variables or substitution patterns) into external text files:
Automated Media Center:
https://www.filebot.net/amc.html
The command template is the same since µTorrent and Vuze Command Runner Plugin use the same variables (e.g. %D, %F, etc) so you can paste it directly into Vuze just as you would with µTorrent:





Shell: Select all
filebot @/path/to/args.txt --def "ut_label=%L" "ut_state=%S" "ut_title=%N" "ut_kind=%K" "ut_file=%F" "ut_dir=%D"