Metadata-Version: 1.1
Name: nshowrss
Version: 0.1.2
Summary: Ncurses interface for downloading showrss.info series, and keeping track of the watched / not watched episodes
Home-page: https://github.com/XayOn/nshowrss
Author: David Francos Cuartero
Author-email: me@davidfrancos.net
License: BSD
Description: ===============================
        ShowRss.info ncurses interface
        ===============================
        
        .. image:: https://img.shields.io/travis/XayOn/nshowrss.svg
                :target: https://travis-ci.org/XayOn/nshowrss
        
        .. image:: https://img.shields.io/pypi/v/nshowrss.svg
                :target: https://pypi.python.org/pypi/nshowrss
        
        
        Ncurses interface for downloading showrss.info series, and keeping track of the watched / not watched episodes
        
        * Free software: BSD license
        * Documentation: https://nshowrss.readthedocs.org.
        
        Features
        --------
        
        * NCurses interface for showrss.info using libtorrent streaming
        * NCurses interface for IMDB + KAT using libtorrent streaming
        * NCurses interface for direct magnet links lists (just magnets, one at a line)
        
        
        Usage
        -----
        
        ::
        
            usage: nshowrss [-h] [--showrss_url [SHOWRSS_URL]] {imdb,showrss,magnet}
        
            NShowRSS
        
            positional arguments:
              {imdb,showrss,magnet}
                                    Interface
        
            optional arguments:
              -h, --help            show this help message and exit
              --showrss_url [SHOWRSS_URL]
                                    Showrss rss url
        
        
        ShowRSS
        ++++++++
        
        This uses a showrss.info RSS feed to build an interface and stream.
        
        
        Magnet
        ++++++
        
        Given a list of magnets, it'll try to discover its series title/season/chapter and
        build an interface for it, with streaming support too.
        
        IMDB
        ++++
        
        Gets the most popular IMDB shows and builds an interface with them.
        Tries to look the episodes on KAT (looks magnet links) once selected and streams it.
        
        
        
        
        History
        -------
        
        0.1.2
        -----
        
        * Documentation
        * Fix excessive debugging info on default interface and help
        
        0.1.1
        -----
        
        * Updated pychapter version to support automatic torrent searching
        * Added support for 
            - IMDB interface
            - Magnet links (via pipe) interface
            - ShowRSS.info interface
        
        0.1.0 (2015-01-11)
        ---------------------
        
        * First release on PyPI.
        
Keywords: nshowrss
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
