Welcome, guest | Sign In | My Account | Store | Cart

Notice! PyPM is being replaced with the ActiveState Platform, which enhances PyPM’s build and deploy capabilities. Create your free Platform account to download ActivePython or customize Python with the packages you require and get automatic updates.

Download
ActivePython
INSTALL>
pypm install tvbutler

How to install tvbutler

  1. Download and install ActivePython
  2. Open Command Prompt
  3. Type pypm install tvbutler
 Python 2.7Python 3.2Python 3.3
Windows (32-bit)
0.1b1 Available View build log
0.1a5 Available View build log
0.1a4 Available View build log
0.1a3 Available View build log
Windows (64-bit)
0.1b1 Available View build log
0.1a5 Available View build log
0.1a4 Available View build log
0.1a3 Available View build log
Mac OS X (10.5+)
0.1b1 Available View build log
0.1a5 Available View build log
0.1a4 Available View build log
0.1a3 Available View build log
Linux (32-bit)
0.1b1 Available View build log
0.1a5 Available View build log
0.1a4 Available View build log
0.1a3 Available View build log
Linux (64-bit)
0.1b1 Available View build log
0.1a5 Available View build log
0.1a4 Available View build log
0.1a3 Available View build log
 
Author
License
BSD
Imports
Lastest release
version 0.1b1 on Jan 12th, 2011

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).

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).

tvbutler keeps a log of its activities in ~/.tvbutler/log and a (sqlite) database of known shows and episodes in ~/.tvbutler/database.db

Configuration

The configuration lives in ~/.tvbutler/config. If it doesn't exist, tvbutler will create a sample configuration when it's run for the first time. It has some comments and should thus be pretty self-explanatory:

[main]
torrent_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

Since tvbutler is aimed at downloading new episodes of currently running shows as they are released, it excludes by default all torrents it recognizes as archives of entire seasons. It does so by excluding all torrents whose description matches a regular expression. If you have a global_exclude_regex entry in the [main] section of your configuration it will be applied, if it's missing, nothing will be filtered. The default looks like so:

global_exclude_regex=(all.month|month.of|season[\s\d]*complete)

Installation

Just install easy_install like so:

easy_install tvbutler

Alternatively, download the archive, expand it and run:

python setup.py install

This will install the command line executable tvbutler mentioned above.

TODO

  • archive or delete files older than n days (perhaps base decision on tag)
  • remove torrents from transmission that have reached their seeding limit

0.1.b1 - 2011-01-12

0.1a5 - 2010-12-17

  • robustness fix (tvbutler would barf on some entries and stop processing the remaining entries)
  • log to stdout, too to get instant feedback when calling tvbutler from console

0.1a4 - 2010-12-08

  • added global regular expression filter (defaults to skip archives of seasons)

    UPGRADE NOTE: add global_exclude_regex=(all.month|month.of|season[\s\d]*complete) to the [main] section your existing config to activate this feature.

0.1a3 - 2010-12-05

  • added logging

0.1a2 - 2010-12-05

Initial release (0.1a was nuked due to packaging foobar)

Subscribe to package updates

Last updated Jan 12th, 2011

Download Stats

Last month:1

What does the lock icon mean?

Builds marked with a lock icon are only available via PyPM to users with a current ActivePython Business Edition subscription.

Need custom builds or support?

ActivePython Enterprise Edition guarantees priority access to technical support, indemnification, expert consulting and quality-assured language builds.

Plan on re-distributing ActivePython?

Get re-distribution rights and eliminate legal risks with ActivePython OEM Edition.