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


- moeburn - 2007-10-27

blittan Wrote:have you made the correct folders (since torrentx dont create them)?

if not see my post a bit up.

Also there might have been changes to the sites so that torrentx dont get the correct links.

I don't know what folders you are talking about. If you mean the folder Q/scripts/Torrent-X/files/torrent/, yes, I have that folder. There are torrents in it that I tried to download using Torrent-X, but they did not make it to uTorrent.

When I select a torrent to download, I don't get an error. I get "Starting request..." for 2 seconds, and then nothing.


- replayed - 2007-10-31

I can't get Torrent-X to remember my uTorrent settings (IP, port, user, pass) between invocations, so that I have to input that information again every time I launch Torrent-X from XBMC.

Is this the way it's supposed to work, or is there a way to store those settings permanently?

I've searched around but can't seem to find an answer to this.

Thanks in advance for any replies.


[REQUEST] TorrentFlux control from XBMC Torrent-controller script - Gamester17 - 2007-11-01

I like to suggest/request that TorrentFlux supports get added to this Torrent-controller script.

I would love to be able to control TorrentFlux (or more specificly TorrentFlux-b4rt) from XBMC.

PS! TorrentFlux GUI is PHP web-site based and always accessable via a webbrowser over the internet.


- chunk_1970 - 2007-11-05

Never used TorrentFlux but will have a look into it for you Gamester17. Anything to help you guys out for all the time and effort u guys put into XBMC...


TorrentFlux kicks ass! - Gamester17 - 2007-11-06

TorrentFlux is THE BEST front-end (user-interface) IMHO!
...it does support several different BitTorrent back-ends.

You (and anyone using torrents) should really checkout TorrentFlux-b4rt

Cool


- tiburonguy - 2007-11-08

Does anyone know how to get Newzbin to load up. I got it to load in the sites section and I click TV-All and after that it goes to an error.

Did I set up something wrong?

I put my login and password in Sabnzb.


- ruffinius - 2007-12-04

I found the default IP in the Controller folder and sub folder of whatever controller you're using. I then edited the controller.py with wordpad. An example below.

## Azureus Network Info
self.TIMEOUT = int(10.0)
self.FILEHASH = ''
self.IP = '192.168.0.100'
self.PORT = '66666'
self.USER = 'luckyguy
self.PASS = 'password'
self.URL = 'http://%s/gui/'
self.LoginType = 'BASIC'


- gzusrawx - 2007-12-04

I was wondering if you could implement the ability to browse/search v3.newzbin.com and donwload the nzb's to a directory for use with any nzb downloading software? Also it would be neat to add the ability to use rss feed's as to browse an rss feed and download from it.


- tranceology3 - 2007-12-18

So i finally got Torrent-X to work with azureus. I had to set my file path to XBMC/scripts/torrent-X/files/torrent/

It works like a charm, adds the torrent and starts downloading.

But the only torrent site that works right now is *********. Is there something else i need to configure to get others to work?


- Terron - 2008-01-25

EZTV switched from eztvefnet.org to eztv.il and now the controller no longer works for that site. I tried changing the URL in the python script to the new address but it still doesn't work. Anybody have a working controller?


- Chronusdark - 2008-01-25

i just changed the url to eztv.it and it worked fine
make sure it was .it not il


- Terron - 2008-02-12

Chronusdark Wrote:i just changed the url to eztv.it and it worked fine
make sure it was .it not il
Ah, seems I just made a typo.

On another note, I'm having problems getting uTorrent to download torrents I select from within torrentx. It shows an add-url action for "http://192.168.1.104/TmpTor.Torrent&list=1" in the uTorrent logger but nothing downloads and when I do that URL manually I get
Code:
Access Error: Site or Page Not Found

Cannot open URL
from my browser.


- Chronusdark - 2008-02-26

same issue has anyone fixed this?


- Chronusdark - 2008-03-27

is this script dead? if not i need help connecting it to my SABNZB


- kareem613 - 2008-12-27

I know this thread seemed to die a little while a go, but I'm not sure when compared to the release of Atlantis.

Did this script ever work in Atlantis? It tries to load, then does nothing for me.

I'm playing with it now trying to fix the paths. I see some of them aren't set right.

The error I keep getting now is

XML file for window is missing on line 1121
Code:
MyDisplay = GUIS("skin.xml", ResPath, "Default")

The only skin.xml file I see in ResPath is in a "PAL" folder. I'm set to 720p.
Could that be a problem?