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


[RELEASE] Torrent-Controller (Script) for Azureus, Vuze, and ABC - chunk_1970 - 2006-09-19

Torrent-Controller For Azureus Vuze:

http://code.google.com/p/xbmc-torrrent-controller/

This is basically a conversion of the old Torrent-X script and is compatible with the latest version of XBMC (Babylon)

- Enables full control of Azureus for downloads/uploads and files.
- Ability to upload torrent files to Azureus. See my site plugins for compatible plugin.

Instructions:
-------------------
- Must have xmloverhttp installed for Azureus/Vuze with password and username setup.
- Install into the plugin directory.
- Run plugin settings to configure as required.

* This is a first release so there is alot more to do:
- Better error catching.
- Language strings.
- Extended Label info.

Downloadable from my Sig


Torrent Controller - gzusrawx - 2006-09-19

I was wondering if you have updated this plugin to use the current version of azhtmlui 7.0. Because when I first downloaded this script I had to try to find an old version of azhtmlui so it would work. Unfortunately the only previous version I could get my hands on was version 6.0 and I've had several problems with it becuase I think you designed the script off of version 6.5 or so. Thanks for making the script really appreciate it.

Tim


- chunk_1970 - 2006-09-19

gzusrawx Wrote:I was wondering if you have updated this plugin to use the current version of azhtmlui 7.0. Because when I first downloaded this script I had to try to find an old version of azhtmlui so it would work. Unfortunately the only previous version I could get my hands on was version 6.0 and I've had several problems with it becuase I think you designed the script off of version 6.5 or so. Thanks for making the script really appreciate it.

Tim

I will look into it I am currently using 0.6.2 of the webhtml gui.. I will upgrade my version tonight and make any required changes for the new release coming this week.


- gzusrawx - 2006-09-19

thanks,
Tim


- chunk_1970 - 2006-09-19

Yep I have applied the fix to the new version. I will add in checking for the version numbers so that I can report possible problems to the user. Its was only a slight change in the html code but rest assured the new fix will be in for the next release later this week/weekend..

Just need to do more checking to make sure nothing else has changed..

Thanks anyway..


Available NOW.....!!!!! - chunk_1970 - 2006-09-21

Previosuly called "Azureus controller" this has now evolved into a "Torrent-controller" which interacts with Azureus and ABC and also allows SAVE to DISK.

Available for download on my site listed below but should also be available on xbmcscripts.com soon...

A full list of features can be found here:
http://hometown.aol.com/fylands/

Enjoy.


- LaTropa64 - 2006-09-23

Cool. I hope uTorrent adds network control soon. It is by far my favorite client and it would be great to use your script to control it!


- chunk_1970 - 2006-09-23

LaTropa64 Wrote:Cool. I hope uTorrent adds network control soon. It is by far my favorite client and it would be great to use your script to control it!

Utorrent has network control available at the moment but its only a beta so im going to wait for a month or so until its classed as stable then it will be in..


- EvilDude - 2006-10-01

chunk_1970 Wrote:Utorrent has network control available at the moment but its only a beta so im going to wait for a month or so until its classed as stable then it will be in..

Awesome! Can't wait till uTorrent is supported..


Torrent Controller: v1.2 Updated - chunk_1970 - 2006-10-09

Torrent Controller: v1.2 Updated (10am 9th October 06)

Updates since last version:

* Re-Skinned for PM3 and MC360. Otherwise a default will be used. THanks to guibuilder&nuka
* Fixed EZTV. Now working again. Hopefully they have finished changing their site.
* Added Status display for Torrents in Azureus

Future releases..
The Next version will have a test version of the Utorrent web gui.

Available on my site or xbmcscripts.com


- Tomkun - 2007-01-08

I can't get this to work with the PM3 skin, although it works fine with MC360. When launching with PM3, it says there is a problem with the PMGUI.xml file.


- chunk_1970 - 2007-01-09

Hi,

I haven't really looked at this script for sometime as I've been working on the EmuLauncher (Xbmc-Arcade) project.

I will be re-writing this script and my other controller scripts shortly when I have finished my work on the EmuLauncher..

Thanks for trying it out anyway..


- Tomkun - 2007-01-10

chunk_1970 Wrote:Thanks for trying it out anyway..

You're welcome. Thanks for writing it! It works perfectly in the 360 skin, I just happen to prefer the PM3, that's all.


Samba support? - redsolo - 2007-02-22

I would love to see this plugin to support SMB shares also. I have a linux server running rtorrent that watches for torrent files in a certain path. But the problem is that the path is only reachable through samba and I dont want to have an FTP running (unsecure, admin hassle, everything else is shared through smb, etc).

How much job would it be to add samba to the settings, ie so it will download the torrent files into a samba path instead of a local? I hope that there are samba libs for python!? (I think I will give it a try tonight)


- redsolo - 2007-02-23

redsolo Wrote:I would love to see this plugin to support SMB shares also. I have a linux server running rtorrent that watches for torrent files in a certain path. But the problem is that the path is only reachable through samba and I dont want to have an FTP running (unsecure, admin hassle, everything else is shared through smb, etc).

Ignore my post as it was the TorrentBrowser I was talking about.