Posts: 1,418
Threads: 2
Joined: Jul 2014
Reputation:
67
Ah, the console UI is rather impoverished when it comes to plugins I'm afraid - is there any way you could configure things using the Vuze UI and then copy the azureus.config file to the machine running the console UI? Not 100% sure this would work either but its all I can think of.
Although you can in theory set some of the plugin parameters using the 'set' command, this plugin has 'action' parameters that would need some way of being made accessible from the console UI (e.g. the 'Publish' button, when pressed, causes a number of configuration actions occur involving structured parameter storage (maps containing byte[]s etc))
Posts: 33
Threads: 10
Joined: Aug 2014
Reputation:
0
09-04-2014, 11:47 AM
(This post was last modified: 09-04-2014, 12:01 PM by aealvarez3.)
Is there anyway to create categories and add torrents to them on the console side as well as any way to subscribe to RSS feeds through the console interface. Also if I have a RSS subscription set up on the GUI and then shutdown the GUI and start the CLI is that subscription no longer recognized? Another question is how do you change the IP for when you create a local RSS. The default is 127.0.0.1 and other machines can't connect to this. Is it possible to change this ip?
Posts: 33
Threads: 10
Joined: Aug 2014
Reputation:
0
09-08-2014, 07:19 AM
(This post was last modified: 09-08-2014, 10:25 AM by aealvarez3.)
This was definitely a huge step in the right direction and has helped me out immensely. Thank you parg for all you support. After changing some of the set configs the console recognizes the RSS Feed Generator plugin and with your addition of categories I can now make RSS feeds entirely from the console side. Thank you again for all your help parg you have helped me out more then you know and I truely appreciate it.
Posts: 33
Threads: 10
Joined: Aug 2014
Reputation:
0
One final curiosity on the console side do the subscriptions automatically update without running the "subs update" command? If they do what is the time interval in which they update and is it possible to set a time interval for the subscriptions to update.
Posts: 1,418
Threads: 2
Joined: Jul 2014
Reputation:
67
They should auto-update every 2 hours by default. I'll add an option to set the refresh period and also extend the information displayed by 'subs list' to include the frequency and last update date.
Posts: 1,418
Threads: 2
Joined: Jul 2014
Reputation:
67
Shouldn't make any difference - wait until the next beta and see if you can make it scan more frequently and check that it is doing to?
Posts: 33
Threads: 10
Joined: Aug 2014
Reputation:
0
Any eta on the next beta release?
Posts: 1,418
Threads: 2
Joined: Jul 2014
Reputation:
67
B09 should have it in - when you do a "subs list" (for example) you should see the refresh period and the last update time.
Command "subs set_updatemins <mins>" can be used to change the refresh period.
Posts: 33
Threads: 10
Joined: Aug 2014
Reputation:
0
My daemonized vuze still does not update the subscription while running in daemon mode. I have "subs set_updatemins 10" checked to make sure it worked while running vuze normally in the console and everything works fine. Once i daemonize it i check my downloads directory after about 20 mins to give it suffcient time to download if it updates but the new torrent does not show up in my download directory. If i kill the daemon and pop back into the regular console mode it updates and the time shown for last update is the current time of me running vuze in the console, and it begins the download of the new torrent on the feed. Any clue as to what might be the issue?
FYI
"subs set_updatemins <mins>" option does not show up when you run "subs". It works if you run the command but there is no entry of it for reference.
Posts: 1,418
Threads: 2
Joined: Jul 2014
Reputation:
67
Ah yes, sorry about that, the 'help' text is missing (added for next beta)
Regarding the daemon process - are you sure that it is running from the correct location so that it picks up your configuration?
Whenever I want to run something in the background I use 'screen' - that way you can re-attach to the process and run commands, monitor it etc.
You could try replacing /dev/null with an actual file to try and capture output from the daemon process as well
Posts: 33
Threads: 10
Joined: Aug 2014
Reputation:
0
I did what you suggested running it in the background using screen and everything worked like a charm! Thanks again for all your help parg it is truely appreciated. Until next time!