# 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`) As you can see, `junkie` requires some external tools for doing his job. [pyLoad](http://pyload.org) is an application that makes downloading from some sharehoster incredible easy, so it is used here. ## 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