Sha256: 3c8420df3fb6601309320944d84de58cb7b44148795cbabd46d476af2d02869a
Contents?: true
Size: 1.32 KB
Versions: 15
Compression:
Stored size: 1.32 KB
Contents
# Junkie [![Build Status](https://secure.travis-ci.org/pboehm/junkie.png?branch=master)](https://travis-ci.org/pboehm/junkie) TV series management application that includes the whole lifecycle for new episodes. `junkie` does the following things: * Find new episodes (`sjunkieex`) * Download these episodes (`pyload`) * Extract episodes from their archives (`pyload`) * Brings episodes in the right format (`serienrenamer`) * Add these new episodes to th index of watched episodes (`sindex`) `junkie` uses [pyLoad](http://pyload.org) for downloading and extracting your episodes from various sharehoster. ## Implemented features `junkie` is currently under development and does not contain all of the useful features. The following features are implemented now: * Periodic check of new episodes (100%) * Download/Extract episodes (80%: minor issues and some edge cases that have to be solved) * Notification on new episodes through Twitter (100%) ## Installation `junkie` requires Ruby 1.9 or higher, than you can install it through: $ gem install junkie ## Usage TODO: Write usage instructions here ## Contributing 1. Fork it 2. Create your feature branch (`git checkout -b my-new-feature`) 3. Commit your changes (`git commit -am 'Add some feature'`) 4. Push to the branch (`git push origin my-new-feature`) 5. Create new Pull Request
Version data entries
15 entries across 15 versions & 1 rubygems