Automated Media Center with Vuze

Running FileBot from the console, Groovy scripting, shell scripts, etc
Post Reply
User avatar
rednoah
The Source
Posts: 22899
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Automated Media Center with Vuze

Post 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"
:idea: Please read the FAQ and How to Request Help.
Post Reply