Metadata-Version: 1.1
Name: tvdosage
Version: 0.1.2
Summary: Keep your Tv Series dose going
Home-page: http://github.com/jairot/dosage/
Author: Jairo Trad
Author-email: jtrad@insus.com.ar
License: MIT
Description: TvDosage
        ======
        
        "Keep your Tv Series dose going"
        
        A tool that let's you download and keep tracking your favourite tv series. 
        Also providing a Junky mode in wich the program tries to download the series chapters in a way that allows you to see all of them in a row.
        
        Usage
        ------
        
        Start tracking a tv series:
        
            tvdosage --track "Mad Men"
        
        stop tracking a tv series:
        
            tvdosage --untrack "Mad Men" 
        
        Setup a tv series in Junky Mode:
           
            tvdosage --junky "Breaking Bad"
        
        Check all the available commands:
            tvdosage --help
        
        Try it
        -----
        
        Try TvDosage!!. It only works on GNU/Linux environmet with the transmission torrent Client
        
        first install the python environment tools:
        
            sudo apt-get install python-dev python-pip
        
        Start transmission and enable the rpc client in edit/preference then go to the web tab and click en "Enable Web Client"
        
        Then you download and start the dosagedaemon
        
            sudo pip install tvdosage
            dosagedaemon start
        
        then you can add any tv series using the commands above.
            
        Do you test this Shit?
        ----------------------
        
        [![Build Status](https://travis-ci.org/jairot/dosage.png?branch=master)](https://travis-ci.org/jairot/dosage)
        
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: End Users/Desktop
Classifier: Natural Language :: English
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
