tinytv

Ncurses interface to streaming torrents with imdb, showrss and magnet lists support


Keywords
tinytv
License
BSD-3-Clause
Install
pip install tinytv==0.1.5

Documentation

TinyTV

Ncurses interface for downloading showrss.info series, and keeping track of the watched / not watched episodes

WARNING

At ths moment, IMDB is returning error 509. I've switched to showrss as main data provider. Sorry for the inconvenience.

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: tinytv [-h] [--showrss_url [SHOWRSS_URL]] {imdb,showrss,magnet} PLAYER

tinytv

positional arguments:
  {imdb,showrss,magnet}
                        Interface
  PLAYER
                        Player location (I.E mplayer|omxplayer)

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.

/docs/nshowrss.png?raw=true /docs/chapters.png?raw=true

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.

/docs/imdb.png?raw=true