Page 1 of 1
[Feature Request] More DBus methods
Posted: Sun Feb 10, 2008 3:13 pm
by spdf
Are there plans to add more dbus methods for getting torrent details and other information out of deluge?
Re: [Feature Request] More DBus methods
Posted: Sun Feb 10, 2008 3:39 pm
by andar
spdf wrote:Are there plans to add more dbus methods for getting torrent details and other information out of deluge?
No, but someone could write a plugin to facilitate this pretty easily.
Re: [Feature Request] More DBus methods
Posted: Sun Feb 10, 2008 3:43 pm
by mvoncken
andar wrote:spdf wrote:Are there plans to add more dbus methods for getting torrent details and other information out of deluge?
No, but someone could write a plugin to facilitate this pretty easily.
In 0.5 the webui plugin provides lots of dbus methods, see "plugins/WebUI/dbus_interface.py"
that part was originally coded as a separate plugin.
0.5 example :
http://forum.deluge-torrent.org/viewtop ... 1485#p7995
In 0.6 you have to use xmlrpc via "ui/client.py"
Re: [Feature Request] More DBus methods
Posted: Sun Feb 10, 2008 7:35 pm
by spdf
Awesome, thanks.
Re: [Feature Request] More DBus methods
Posted: Sun Feb 10, 2008 8:18 pm
by mvoncken
spdf wrote:Awesome, thanks.
May i ask what you're trying to do/build ?
It could be something really cool

Re: [Feature Request] More DBus methods
Posted: Tue Feb 19, 2008 1:26 pm
by spdf
Currently, I'm developing a screenlet for torrent information. Though, having to have someone enable the WebUI isn't what I want people to have to do. It would be great if either dbus were added to core, or at least webui and dbus were seperate plugins.
Shouldn't be a problem with xmlrpc though, when that's ready.
Re: [Feature Request] More DBus methods
Posted: Wed Feb 20, 2008 2:10 am
by andar
spdf wrote:Currently, I'm developing a screenlet for torrent information. Though, having to have someone enable the WebUI isn't what I want people to have to do. It would be great if either dbus were added to core, or at least webui and dbus were seperate plugins.
Shouldn't be a problem with xmlrpc though, when that's ready.
xlmrpc methods are already available in 0.6.
In regards to dbus in 0.5, I would accept a patch to extend the current dbus interface in the core. The patch might need to alter the webui plugin to use the built-in dbus interface as well.
Re: [Feature Request] More DBus methods
Posted: Wed Feb 20, 2008 2:36 pm
by spdf
Er, rather, when 0.6 is ready.
Re: [Feature Request] More DBus methods
Posted: Sat Feb 23, 2008 10:24 am
by mvoncken
New docs for 0.6 , it is ready-enough for plugin/ui developers.
http://dev.deluge-torrent.org/wiki/Development/UiClient