Browsing projects by Tag(s)

Select a tag to browse associated projects and drill deeper into the tag cloud.

Showing page 1 of 4

rtorrent is a BitTorrent client for ncurses, using the libtorrent library. The client and library is written in C++ with emphasis on speed and efficiency, while delivering equivalent features to those found in GUI based clients in an ncurses client.

4.46939
   
  1 review  |  134 users  |  20,921 lines of code  |  1 current contributor  |  Analyzed over 1 year ago
 
 

PyroScope is a collection of tools for the BitTorrent protocol and especially the rTorrent client. It offers the following components: * a modern and versatile rTorrent web interface * rTorrent extensions like a queue manager and statistics * CommandLineTools for automation of ... [More] common tasks, like metafile creation Unlike other Python rTorrent projects, it's not in a zombie state. [Less]

5.0
 
  0 reviews  |  8 users  |  18,037 lines of code  |  1 current contributor  |  Analyzed 1 day ago
 
 

FlexGet is a program aimed to automate downloading content (torrents, podcasts, etc.) from various sources like RSS-feeds, html-pages, various sites and more. It's most often used to download torrent-files from RSS-feeds and works very well in that environment, but there are additional modules for other kind of situations as well.

5.0
 
  0 reviews  |  6 users  |  31,126 lines of code  |  21 current contributors  |  Analyzed 3 days ago
 
 

Transdroid is an Android torrent client manager for µTorrent, Transmission, rTorrent, Vuze, Deluge 1.2+ or BitTorrent 6. You can show and manage torrents, add them via URL, RSS feed or integrated search. A home screen widget is included. More information can be found on the public website: http://www.transdroid.org

4.66667
   
  0 reviews  |  4 users  |  19,314 lines of code  |  2 current contributors  |  Analyzed over 1 year ago
 
 

pytvshows downloads torrents for TV shows from RSS feeds provided by tvRSS.net. It is designed to be run from cron or a shell for programs like rTorrent. It is based on TVShows (http://tvshows.sourceforge.net/).

0
 
  0 reviews  |  1 user  |  989 lines of code  |  0 current contributors  |  Analyzed about 2 years ago
 
 

Notify of rtorrent events, through RSS or IRC (using Irker).

0
 
  0 reviews  |  1 user  |  192 lines of code  |  1 current contributor  |  Analyzed 3 days ago
 
 

rtGui - A web based front-end for rTorrentrtGui is a web based front end for rTorrent - the Linux command line BitTorrent client. It's written in PHP and uses XML-RPC to communicate with the rTorrent client. For more information on rTorrent, see the home page: http://libtorrent.rakshasa.no/ ... [More] FeaturesList all torrent downloads or by started/stopped/complete/incomplete/seeding status. Ajax-style refresh information without reloading page. Sort view by any of the displayed columns. View detailed torrent information. Stop/start/hash-check torrent. Set upload/download speed cap. Add torrents by URL. Upload torrent to rtorrent watch-directory. Set priority per torrent or file. Peer listing. RSS Feed of completed torrents (rssfeed.php). Does not require mySQL or any other database. Bulk Stop/Start/Delete/Priority set. Tracker URL display with configurable colouring. Filter torrent list by tracker. Screenshots RequirementsrTorrent minium 0.8.2 / libtorrent 0.12.2 complied with XML-RPC library support - see http://libtorrent.rakshasa.no/ (0.8.4/0.12.4, 0.8.5/0.12.5 also supported) XML-RPC library - see http://xmlrpc-c.sourceforge.net/ Apache webserver configured with XML-RPC - see http://libtorrent.rakshasa.no/wiki/RTorrentXMLRPCGuide PHP 5 with XML-RPC module - see http://www.php.net/ A web browser - see http://www.mozilla.com/ InstallationConfigure XML-RPC on your webserver. Change to your webserver root directory, eg: cd /srv/www/htdocs Extract the files from the archive you downloaded: tar xvzf rtgui-x.x.x.tgz If this is a new installation, copy example config file: cp config.php.example config.php Check settings (open config.php in a text editor): vi config.php Point your web browser to the directory, eg: http://localhost/rtgui Enjoy :) See http://code.google.com/p/rtgui/wiki/ubuntu_rtgui for a more detailed install guide (Ubuntu specific). Known ProblemsIncorrect file size display on torrents over 4GB - see http://code.google.com/p/rtgui/wiki/CompilingRtorrent and http://code.google.com/p/rtgui/issues/detail?id=1&can=1 Security considerationsAbsolutely no thought whatsoever has been given to security in rtGui - do not run this on a publicly available website. rtGui is intended for 'home' use where users can be considered as trusted. A basic authentication mechanism is planned for future releases. At the very least, you should password protect your webserver using .htaccess or similar (see http://en.wikipedia.org/wiki/Htaccess for more info). In DevelopmentMore torrent file management - move directory, delete from disk, etc. Wanted!Feedback! Other informationrtGui incorporates the excellent subModal script by Seth Banks for the cool 'Web 2.0' background-dimming/dialog effect - included version 1.5 by permission - see http://www.subimage.com/dhtml/subModal/ Also uses some icons from http://www.famfamfam.com/ [Less]

4.0
   
  0 reviews  |  1 user  |  1,087 lines of code  |  0 current contributors  |  Analyzed 2 days ago
 
 

This is another web interface for rtorrent, it is intended to be fast, light, clean and full featured Uses python, javascript and ajax

0
 
  0 reviews  |  0 users  |  13,959 lines of code  |  0 current contributors  |  Analyzed 11 days ago
 
 

wrTorrent.pyPython web frontend for rTorrent. Using web.py Screenshots

0
 
  0 reviews  |  0 users  |  1,179 lines of code  |  0 current contributors  |  Analyzed 6 days ago
 
 

Web interface for rtorrent (http://libtorrent.rakshasa.no). Goalspython libraries for asynchronous rpc using twisted web interface on top of that (using wsgi) Planned Featuresheavy ajax usage build in scgi and www support (doesn't need external web-servers - handy on small routers) small size ... [More] and simplicity simple caching mechanism Used technologiespython language twisted framework mako templates StatusWorking draft Codesvn checkout http://webrtorrent.googlecode.com/svn/trunk/ webrtorrentDocsTODO RunningTODO ScreenshotsTODO HistoryStarted as a project for my girlfriend, who couldn't stop herself for asking "How long do I have to wait for full copy of [Web interface for rtorrent (http://libtorrent.rakshasa.no). Goalspython libraries for asynchronous rpc using twisted web interface on top of that (using wsgi) Planned Featuresheavy ajax usage build in scgi and www support (doesn't need external web-servers - handy on small routers) small size and simplicity simple caching mechanism Used technologiespython language twisted framework mako templates StatusWorking draft Codesvn checkout http://webrtorrent.googlecode.com/svn/trunk/ webrtorrentDocsTODO RunningTODO ScreenshotsTODO HistoryStarted as a project for my girlfriend, who couldn't stop herself for asking "How long do I have to wait for full copy of "Pride & Prejudice " :) [Less]

0
 
  0 reviews  |  0 users  |  550 lines of code  |  0 current contributors  |  Analyzed 8 months ago
 
 
 
 

Creative Commons License Copyright © 2013 Black Duck Software, Inc. and its contributors, Some Rights Reserved. Unless otherwise marked, this work is licensed under a Creative Commons Attribution 3.0 Unported License . Ohloh ® and the Ohloh logo are trademarks of Black Duck Software, Inc. in the United States and/or other jurisdictions. All other trademarks are the property of their respective holders.