[RELEASE] TorrentBrowser for private torrent sites [PTP,TL,SceneHD,HDME]
#61
Sad 
Hello, I´m trying to run the script 0.6.1 but when I try to execute I receive script error. The log of xbmc follows. Can you help me plz? Smile

22:30:17 T:104378368 NOTICE: TorrentBrowser 0.6.1default.py:: SYS.ARGV: ['plugin://plugin.video.torrentbrowser/', '0', '']
22:30:17 T:104378368 ERROR: Error Type: <type 'exceptions.TypeError'>
22:30:17 T:104378368 ERROR: Error Contents: not all arguments converted during string formatting
22:30:17 T:104378368 ERROR: Traceback (most recent call last):
File "/var/mobile/Library/Preferences/XBMC/addons/plugin.video.torrentbrowser/default.py", line 45, in <module>
__info__ = sites.getInfo( int( __settings__.getSetting( 'site' ) ) )
File "/var/mobile/Library/Preferences/XBMC/addons/plugin.video.torrentbrowser/TBSites.py", line 211, in getInfo
{'check':False,'url':addCats(index,searchUrl[index]),'re':'There are no results found, based on your search parameters. Please refine your search.'},
File "/var/mobile/Library/Preferences/XBMC/addons/plugin.video.torrentbrowser/TBSites.py", line 327, in addCats
url = url % (str(cat))
TypeError: not all arguments converted during string formatting
22:30:17 T:117424128 ERROR: GetDirectory - Error getting plugin://plugin.video.torrentbrowser
22:30:17 T:117424128 ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.video.torrentbrowser) failed


Thank you
Reply
#62
Hey,
Just saw your plugin, I'm just started writing a very similar one (much less mature) -> uTorrent Plus.

Anyhow, if you want to update the list items' meta you can do something like this:

http://dl.dropbox.com/u/6589941/asyncmeta/addon.py.txt

You can see he just creates a thread

aThread = updateinfoLabelsAsync(j, imdb,all_Imdbs, updatePath)
aThread.start()

and then when the thread logic has updated the listItem, calls

xbmc.executebuiltin( "Container.Update("+self.updatePath+"&refresh=0,False)" )

Hope that is of some help. Hope you don't mind but when I have some free time I'm going to scour your code for any goodies I didn't think about. I'm interested in how you got enough info from the torrents to get meta from TheMovieDB and imdb.

Cheers.
Reply
#63
Hello everyone!

I'm here to say I'm sorry I haven't been active at all for a long time now. I am currently writing my master thesis which renders the time I've got left over for this project to null. I WILL continue the development someday but I'm afraid it will have to wait.

I've been noticed about the AppleTV problem and I'll try to find time to take a look if I can quickffix it, but I cant promise anything. If anyone wants to continue the project and find my code strangely commented or whatnot, please pm/mail me with questions and I'm happy to help migrating the project.

As for people asking for TV-series, I had this planned but couldn't figure out a good way to implement it, if you have any good idea, please let me know.

whyjustin: you are very welcome to scour the code! I think I downloaded the html-source and scanned it using regexp's which I customly wrote for each site (Can be found in the torrent-info file). If I find the time I'll look into that "asyncmeta" method and probably implement it, the current method is slow and clumpsy.
Reply
#64
I wanted so much to see this plugin working on my tracker ... emailed to you!
Reply
#65
Hi
Could You please add IPtorrents.com
I can send you an invite if needed. Smile Just drop me a PM.

Reply
#66
Please, please, please add bitsoup.org!!!! I have been using them for about 8 years and the site is awesome. No invite needed but VERY fast and reliable!!!
Reply
#67
Hi, everyone

Has anyone tried to update this addon?

Is there any alternative to this?

Thanks
Reply
#68
can you add lasttorrents.org ? a guide on what to change to include different torrent website should help

1. Login page http://lasttorrents.org/login.php
- Post data http://lasttorrents.org/login.php
- Login handler url http://lasttorrents.org/login.php
- Failed login regexp http://lasttorrents.org/takelogin.php

2. If it is possible to sort after
- Seeders http://lasttorrents.org/browse.php?tab=1...=11&d=DESC
- Leechers c
- Snatched c

3. Browse page urls (Needs to be checked with multiple "formats" such as DVDRiP & 720p, if not possible, just give the urls)
- Url http://lasttorrents.org/browse.php
- Url to second page http://lasttorrents.org/browse.php?tab=1&page=1
- Url to sorted by:
- Seeders http://lasttorrents.org/browse.php?tab=1...=11&d=DESC
- Leechers http://lasttorrents.org/browse.php?tab=1...=11&d=DESC
- Snatched http://lasttorrents.org/browse.php?tab=1...=11&d=DESC
- Search url http://lasttorrents.org/browse.php?tab=0...yes&search=

4. Browse page information
Reply
#69
is this dead?
every torrent client seems dead :| i just wanted to use piratebay or such to download some stuff without going to pc...anyone got on that really works?
Image
Reply

Logout Mark Read Team Forum Stats Members Help
[RELEASE] TorrentBrowser for private torrent sites [PTP,TL,SceneHD,HDME]1