Kodi Community Forum
[RELEASE] Torrent-Controller (Script) for Azureus, Vuze, and ABC - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Add-on Support (https://forum.kodi.tv/forumdisplay.php?fid=27)
+---- Forum: Program Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=151)
+---- Thread: [RELEASE] Torrent-Controller (Script) for Azureus, Vuze, and ABC (/showthread.php?tid=22139)

Pages: 1 2 3 4 5 6 7 8 9 10 11 12


- chunk_1970 - 2007-04-11

Yes you need the xmltohttp plugin. I dont use the webui anymore as if your using a different theme it doesnt work so xmloverhttp works despite any other webui you have installed.

The update failure is not important as it will try again on the next run of the script..


- ultrabrutal - 2007-04-11

chrisism, latest is 1.10... http://xbmc-torrrent-controller.googlecode.com/files/Tor-X%20%28v1.10%20BETA%29.zip


- chrisism - 2007-04-11

Yeah, already tried it with the 1.10 beta version also.
But as you say, it's probably the fact that I dont have the xmltohttp plugin installed.

Where can I get it, because I googled for it and found the webui, thinking that that was the one you specified. Perhaps an idea to add the link in the readme.

When I get it working I'll look if I can create some new site modules to add to the collection ( I use some other closed torrent sites myself ). If I get it working I'll send it to you.


- chunk_1970 - 2007-04-11

azureus.sourceforge.net and select plugins on the left had side..

Alternately in azureus select -Plugins->installation wizard->select files by list from sourceforge-> then look for xmloverhttp/xmltohttp cant remember its correct name and install it. Once installed configure it to your needs...


- chrisism - 2007-04-12

well, I installed the xmlhttp plugin, but still get the same errors.
If you go to the URL (and port) of the azureus xml, should you get some output? Because I don't get any output.
I'll check if that is working ok.


- chrisism - 2007-04-12

Some details (when using 1.10 version)
If I look in the script output it has errors on:
core.py - line 57 - data = html.read() -> unboundlocal error
controller.py - line 615 - len(self.WEBDATA) -> something about the len.
controller.py - line 239 - _data = reFindall(Filter,Response)


- gzusrawx - 2007-04-12

When I set it up if you didn't have a username/Password it wouldn't work.


- chunk_1970 - 2007-04-12

gzusrawx Wrote:When I set it up if you didn't have a username/Password it wouldn't work.

I'll have to check that out as Im sure Ive used it without a password...Maybe Im wrong...


- chunk_1970 - 2007-04-12

chrisism Wrote:well, I installed the xmlhttp plugin, but still get the same errors.
If you go to the URL (and port) of the azureus xml, should you get some output? Because I don't get any output.
I'll check if that is working ok.

Hi, No you wont get any data reported back to you unless you post and correctly formatted XML file.

Also,
When you change certain parameters in the xmltohttp plugin you will have to re-start azureus for them to be accepted. Also make sure the IP address for the xbox is listed in the list of IP's that xmltohttp is allowing to connect..


- chrisism - 2007-04-12

Yeah, restart did wonders. :p
Now I see him connecting. I editted some code for testing before I knew the restart and in the next version you should also catch a 404 exception when reading the html (core.py line 50).
Because that way I knew that I needed to restart.

Thanks for the help untill now. I am playing with the script connecting my mediaserver with azureus.
It still doesn't connect when I am testing it on my pc with the windows debug xbmc. But at least I have output now in the log of azureus. Need to test it on the xbox next. Hopefully it will work, keep you posted.


- chunk_1970 - 2007-04-12

Ive never tested it on the XBMC-PC so I wouldnt know..My error checking is fairly basic but not many problems have been reported to me..


- chrisism - 2007-04-12

ok, so here you go, just some help.
Because I think it's a good script.
Keep it up.


- gzusrawx - 2007-04-13

Chunk_1970,
I know it's


- gzusrawx - 2007-04-13

Chunk_1970,
I know it's in the testing faze but when you feel that you can would you be willing to add support for the nova template for sabnzbd. When I first tried to use the sabnzbd plugin it wouldn't work just gave me errors then I realized I had to change the template back to the original. BTW I also realized I couldn't get it to actually pass the nzb onto sabnzbd and I was also wondering where I enter my newzbin login because I cant normally download nzb's without it.


- chunk_1970 - 2007-04-13

The passing of nzbs to download hasn't been coded in yet. As I mentioned I dont have access to actually get to the newzbin download screen. What I will do is just get it to pass the POSTID onto sab so as long as it configured there it will work. Thats the way my old version did it anyways..

As far as adding other templates Im not really sure about that as sometimes they are so different it requires multiple checks and actions for each different template..