[RELEASE] uTorrent XBMC PauseResume Script

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
f3ar007 Offline
Member
Posts: 57
Joined: Apr 2009
Reputation: 0
Post: #21
greatant1337 Wrote:If you eventually wanted to take it a step further you could add the add-url or add-file API and integration with the SceneReleases plugin may be possible (I think plugins/scripts can communicate?).

Either way, when it comes down to implementing a skin I don't mind helping out.

Any help implementing a skin would be great. If you need to, PM me, or post back here. Cool
find quote
greatant1337 Offline
Senior Member
Posts: 189
Joined: Jul 2008
Reputation: 0
Location: Gold Coast, Australia
Post: #22
Just PM me when you need something done.
find quote
queeup Offline
Fan
Posts: 734
Joined: Feb 2009
Reputation: 15
Post: #23
Thx for this. But this is just for Windows and Mac user. What about Linux?

If you are work on Transmission we are all have Torrent on XBMC.
http://www.xbmc.org/forum/showthread.php?t=51283

What do you think about it?
find quote
rwparris2 Offline
Team-XBMC Python Developer
Posts: 1,341
Joined: Jan 2008
Reputation: 2
Location: US
Post: #24
queeup Wrote:Thx for this. But this is just for Windows and Mac user. What about Linux?

If you are work on Transmission we are all have Torrent on XBMC.
http://www.xbmc.org/forum/showthread.php?t=51283

What do you think about it?
uTorrent works very well under WINE, and is much better than transmission IMO.

Always read the XBMC online-manual, FAQ and search and search the forum before posting.
For troubleshooting and bug reporting please read how to submit a proper bug report.

If you're interested in writing addons for xbmc, read docs and how-to for plugins and scripts ||| http://code.google.com/p/xbmc-addons/
find quote
queeup Offline
Fan
Posts: 734
Joined: Feb 2009
Reputation: 15
Post: #25
Yes ofcouse uTorrent better than Transmission but I dont have gnome or kde etc. in my linux box. Until someone add Torrent support like boxee did, i'm stick with transmission-daemon,flexget and my personal Torrent plugin.
find quote
chunk_1970 Offline
Skilled Python Coder
Posts: 244
Joined: Jan 2005
Reputation: 0
Post: #26
F3AR007:

Ok I have rewritten my Azureus controller based on my original Torrent-X script. If you download my old Torrent-X(which has a module to control uTorrent) script and the new Azureus script plugin you should be able to easily create a fully featured uTorrent controller as a Plugin.

Enjoy..

New: Azureus/Vuze Program Plugin [ Additional Torrent website Plugins here ]

Bedroom: Xbox1: Executer 2 - 120GB:nod:
Main: Asrock ION 330HT, HT Remote configured as XBOX Remote, Also Tvheadend, VncServer, Transmission, Sabnzbd, Acting as Router with (Hostapd/USB modem) and finally a Samba server for Drobo (5TB) running XBMC 9.11 on Ubuntu 2.6.17
:shocked:
find quote
f3ar007 Offline
Member
Posts: 57
Joined: Apr 2009
Reputation: 0
Thumbs Up    Post: #27
chunk_1970_2 Wrote:F3AR007:

Ok I have rewritten my Azureus controller based on my original Torrent-X script. If you download my old Torrent-X(which has a module to control uTorrent) script and the new Azureus script plugin you should be able to easily create a fully featured uTorrent controller as a Plugin.

Enjoy..

Thanks for the info! I will checkout the source code! Basically, my uTorrent Plugin is now working and ready for testing release. I notice you update the directory differently. I use xbmc.executebuiltin('Container.Update') or ('Container.Refresh') and you use updateListing=True/False. I will try the updateListing method, as this feature has been causing problems for the plugin. Cool
find quote
chunk_1970 Offline
Skilled Python Coder
Posts: 244
Joined: Jan 2005
Reputation: 0
Post: #28
Yeah, most of the time re-coding Azureus as a plugin was understanding the way plugins work and when (as we are) trying to use it in a slightly non-standard way. Azureus is very awkward to code for in the way that commands are sent and received. If I remember correctly uTorrent actually returns pyton type variables. I think the uTorrent module was so enjoyable to write, Im just not a fan of uTorrent.

New: Azureus/Vuze Program Plugin [ Additional Torrent website Plugins here ]

Bedroom: Xbox1: Executer 2 - 120GB:nod:
Main: Asrock ION 330HT, HT Remote configured as XBOX Remote, Also Tvheadend, VncServer, Transmission, Sabnzbd, Acting as Router with (Hostapd/USB modem) and finally a Samba server for Drobo (5TB) running XBMC 9.11 on Ubuntu 2.6.17
:shocked:
find quote
chunk_1970 Offline
Skilled Python Coder
Posts: 244
Joined: Jan 2005
Reputation: 0
Post: #29
What would be nice is if we collaborate on locations for downloading torrent files as I will be creating plugins for a number of sites where the files will be downloaded into a central dumping ground.

This would be nice so that ourselves and others can develop additional plugins for other sites where both of our plugins would be able to use the files.

New: Azureus/Vuze Program Plugin [ Additional Torrent website Plugins here ]

Bedroom: Xbox1: Executer 2 - 120GB:nod:
Main: Asrock ION 330HT, HT Remote configured as XBOX Remote, Also Tvheadend, VncServer, Transmission, Sabnzbd, Acting as Router with (Hostapd/USB modem) and finally a Samba server for Drobo (5TB) running XBMC 9.11 on Ubuntu 2.6.17
:shocked:
find quote
f3ar007 Offline
Member
Posts: 57
Joined: Apr 2009
Reputation: 0
Star    Post: #30
chunk_1970_2 Wrote:What would be nice is if we collaborate on locations for downloading torrent files as I will be creating plugins for a number of sites where the files will be downloaded into a central dumping ground.

This would be nice so that ourselves and others can develop additional plugins for other sites where both of our plugins would be able to use the files.

Let me know when you want to collaborate. Cool PM me, post here, or in #xbmc-scripting on freenode.net f3ar007
find quote