Page 1 of 1

Automated Media Center with Vuze

Posted: 08 Mar 2014, 03:54
by rednoah
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:
Screenshot


:idea: 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:
Screenshot


:idea: If you have any issues you can check Tools ➔ Plugins ➔ Log Views ➔ Command Runner to see exactly what commands have been executed.


:idea: Use @file syntax to refactor command-line arguments (not including variables or substitution patterns) into external text files:

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"