2011-10-25, 23:41
TorrentBrowser plugin
UPDATE:
I've put this project on hold (for quite some time now) and I can't find time for it currently, I will however pick it up again some day.
Version 0.6.1:
Tried fixing search-errors when there are not enough matches for a full page to display. Can't test it though since my rig is not operational.
Information
I have written a plugin to make it easier to download movies from private torrent trackers. This addon gives a nice visual presentation of the movies and downloads the torrent files into a pre-chosen directory. The idea is to use this addon in synergy with a torrent client which supports folder watching, personally I use it together with rTorrent.
For me to add another site you wish I need some information shown in the codebox below, either that or an invite for the tracker. The information can be sent to me via email @ [email protected] or via PM.
Supported sites at this point:
If you have a request for more sites I'm happy to add them to the list if I have access to them.
Features:
Screenshots:
Requirements for adding a site of your choice:
Credits:
DOWNLOAD
Google Code
Torrentbrowser v0.6.0
UPDATE:
I've put this project on hold (for quite some time now) and I can't find time for it currently, I will however pick it up again some day.
Version 0.6.1:
Tried fixing search-errors when there are not enough matches for a full page to display. Can't test it though since my rig is not operational.
Information
I have written a plugin to make it easier to download movies from private torrent trackers. This addon gives a nice visual presentation of the movies and downloads the torrent files into a pre-chosen directory. The idea is to use this addon in synergy with a torrent client which supports folder watching, personally I use it together with rTorrent.
For me to add another site you wish I need some information shown in the codebox below, either that or an invite for the tracker. The information can be sent to me via email @ [email protected] or via PM.
Supported sites at this point:
- TorrentLeech
- PassThePopcorn
- SceneHD
- HDME
- FunFile
- SceneAccess
- Demonoid
If you have a request for more sites I'm happy to add them to the list if I have access to them.
Features:
- Browses torrent sites according to categories:
- Most seeders
- Most leechers
- Most times snatched
- Recently added
- Search
- Most seeders
- Scrapes TheMovieDB for information about movies found in above category.
- Displays the movie with Poster, Fanart, Plot etc.
- When movie is clicked, the torrent is downloaded into pre-chosen download path.
- Notification when torrent has been downloaded.
Screenshots:
Requirements for adding a site of your choice:
Code:
1. Login page
- Post data
- Login handler url
- Failed login regexp
2. If it is possible to sort after
- Seeders
- Leechers
- Snatched
3. Browse page urls (Needs to be checked with multiple "formats" such as DVDRiP & 720p, if not possible, just give the urls)
- Url
- Url to second page
- Url to sorted by:
- Seeders
- Leechers
- Snatched
- Search url
4. Browse page information
- Torrents per page
- Possible (and wanted) category "numbers" (e.g. DVDRiP might give c32=1 in url)
- Keyword for no matches found (E.g. Nothing found! for SceneAccess)
5. Page source
- Typical browse page
6. If a direct hit search is done, does it redirect directly to the torrent page?
Credits:
Code:
* HDBits browser by watzen
Main idea and being the inspiration of the first code.
* Youtube by Tobias Ussing And Henrik Mosgaard Jensen
Structure is very inspired by the youtube plugin.
DOWNLOAD
Google Code
Torrentbrowser v0.6.0