Metadata-Version: 1.0
Name: tvbutler
Version: 0.1a3
Summary: tvbutler reads RSS feeds from http://tvtorrents.com and downloads torrents of new episodes for you in your preferred quality
Home-page: https://github.com/tomster/tvbutler
Author: Tom Lazar
Author-email: tom@tomster.org
License: BSD
Description: tvbutler reads RSS feeds from http://tvtorrents.com and downloads torrents of new episodes for you in your preferred quality (but is smart enough to fallback to non-HD versions, if available).
        
        Configuration
        =============
        
        The configuration lives in `~/.tvbutler/config`::
        
          [main]
          download_dir=~/Downloads/
          # one of sd, 720p, 1080p
          preferred_quality=720p
          
          # one per line, indented
          feeds =
              http://www.tvtorrents.com/mytaggedRSS?digest=xxxxx
              http://www.tvtorrents.com/mydownloadRSS?digest=xxxx
        
        Usage
        =====
        
        tvbutler is designed to work as a crontab or launchd entry. Called without any parameters it will download all given feeds, try to identify shows and then figure out which episodes are available in which quality. It then downloads the torrent files into the given target directory (which typically will be 'watched' by a torrent client).
        
        0.1a3 - 2010-12-05
        ==================
        
        * added logging
        
        
        0.1a2 - 2010-12-05
        ==================
        
        Initial release (0.1a was nuked due to packaging foobar)
        
Keywords: rss bittorrent tv
Platform: UNKNOWN
Classifier: Environment :: Console
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 2.5
Classifier: Programming Language :: Python :: 2.6
Classifier: Topic :: Multimedia :: Video
Classifier: Topic :: Communications :: File Sharing
