I am looking to configure different aspects of Vuze by use of a script. I am stricly using the console UI so I do not have the access to the GUI configs. I know that there is a Jython plugin for the GUI side that allows scripts. Is Jython also compatible with the console and if so how? If not then what other options should I look at. In a nutshell I want to create a script that runs and automatically adds some RSS feeds and sets some config such as update time and auto download settings. Thanks in advance for the help.
Can you currently achieve what you need by manually entering commands into the console UI? i.e. are you just looking for some way to execute a list of existing commands?
(11-11-2014, 12:14 PM)'parg' Wrote: [ -> ]Can you currently achieve what you need by manually entering commands into the console UI? i.e. are you just looking for some way to execute a list of existing commands?
Yes everything I need can be configured manually. As you said I am looking to execute existing commands through an automated process so I will not have to input it manually each time. i.e. 'subs create foo
http://0.0.0.0:6889/feed.xml?cat=foo' I would like to be able to have a script that would be able to run and add this to my subscriptions.