Kodi Community Forum

Full Version: Python script to control/connect to Azureus (the BitTorrent-client)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
i'm politely requesting support for azurus.

abc looks pretty good but does not seem to have the support that azurus has or the feature set.

what do you think?
from what i understand, azurus can be configured to continually monitor a directory for .torrent files. you could set up an ftp server and have torrentbrowser save all its files in there so azurus can pick them up. if you have information about the web-interface for azurus let me know.
its a plugin and you can even upload a torrent from the web interface and control azureus, works well.
fyi. the azurus web gui is java based.
is it open-source? is there any specs on the message sending interface?
does the torrentbrowser have the actual ability to download torrents?
no, it doesn't, use bitxbox
can someone look into creating a script which will allow better xbmc+azureus integration? it's pretty solid now, but an app which will at least let me monitor azureus torrent progress from xbmc would be nice. a script which allows full control would be golden.


thanks!
kevin
looks like someone has made the framework to make this possible

http://dopal.sourceforge.net/

i hope someone would have the time and know now to make a script using this. i am sure it would be much appreciated by many people here.
great find! the api does look fairly easy to use. i would take this up but am kind of over-commited right now with too little free time. i encourage someone else to do this though as it could be pretty nice.

-ast
i would be waay interested if someone could get this working, a fully featured bit torrent client with bitcatching right on my xbox... ahh i can only imagine...
not quite right on you xbox, more a remote control for it. there are already xbox bittorrent clients but you must remember you have to be inside xbmc for them to run.
as of right now i have noticed 2 plugins that may help to in using a html remote feature if you would like to take a look. maybe someone could modify torrent browser 3 and add azureus to the settings, my lack of python knowledge prevents me from doing this. but anyways one is called swing web interface "this plugin lets you control azureus remotely via a browser.
for security it is advised that you set a username and password. https (ssl) access can also be configured.
<a href="plugin_details.php?plugin=webui&docu=1#1" class="page">documentation</a> ?
and the otherone is called xml over http "this plugin lets you control azureus using an xml over http remote interface.

<a href="plugin_details.php?plugin=xml_http_if&docu=1#1" class="page">documentation</a> "

maybe this will help you guys abit in doing a modified torrent browser 3. atleast i hope so cause abctorrent sucks!
the swing web interface uses java... not possible (that i know of) on xbmc.

a full python implimentation would take an experienced python coder, far beyond my novice skills.

i'd definitely use it if someone created it!

i use swing and love it.
swing web is so 2003! xml/http is the way to go. i use a widget at work to control my az at home via the plugin, it looks really nice and works just as good. no need to load up a page, the widget takes care of it all, and its there on your desktop all the info you want at a glance floating in the top corner or just pinned to the background i highly recommend. http://www2.konfabulator.com/forums/inde...topic=7238


and now hopefully with this someone can port or write something for xbmc, i hope someone can take this up! please?
Pages: 1 2