All Projects → hiquest → Tvcl

hiquest / Tvcl

Licence: mit
A simple TV show tracker CLI

Programming Languages

javascript
184084 projects - #8 most used programming language
es6
455 projects

Labels

Projects that are alternatives of or similar to Tvcl

Exhibit
Exhibit is a managed screensaver App for tvOS.
Stars: ✭ 19 (-78.89%)
Mutual labels:  tv
Torrenter
Simple nodejs package to download torrents using torrent-indexer and webtorrent, especially movie and series.
Stars: ✭ 42 (-53.33%)
Mutual labels:  tv
Popcorntimetv
Popcorn Time for Apple TV 4, iPhone and iPad
Stars: ✭ 1,216 (+1251.11%)
Mutual labels:  tv
Nakamori
Nakamori is Kodi addon that use Shoko (known as Japanese Media Manager (JMM)) Server as back-end for metadata information.
Stars: ✭ 24 (-73.33%)
Mutual labels:  tv
Show Down
Command line utility to download latest episodes of TV show just by typing name of show. Also we can schedule to automatically download latest episodes of TV shows.
Stars: ✭ 29 (-67.78%)
Mutual labels:  tv
Antenna
Antenna is a live TV app for Apple TV (tvOS) powered by USTVnow.
Stars: ✭ 50 (-44.44%)
Mutual labels:  tv
Homehost
self-hosted, Netflix-like app made for streaming
Stars: ✭ 564 (+526.67%)
Mutual labels:  tv
Flexget
The official FlexGet repository
Stars: ✭ 1,279 (+1321.11%)
Mutual labels:  tv
Taketv
TakeTV permite descubrir dispositivos de red DLNA/UPnP y ayuda a reproducir archivos multimedia en los televisores inteligentes desde nuestra terminal en Linux.
Stars: ✭ 41 (-54.44%)
Mutual labels:  tv
Android Pickerdialog
一个兼容手机和电视(焦点选择)的高仿IOS风格的选择器
Stars: ✭ 72 (-20%)
Mutual labels:  tv
Episoder
TV episode reminder
Stars: ✭ 11 (-87.78%)
Mutual labels:  tv
Duckietv
A web application built with AngularJS to track your favorite tv-shows with semi-automagic torrent integration
Stars: ✭ 942 (+946.67%)
Mutual labels:  tv
Amazon Alexa Lg Tv
Control your LG TV (webOS 3) with Amazon Alexa
Stars: ✭ 68 (-24.44%)
Mutual labels:  tv
Flox
Self Hosted Movie, Series and Anime Watch List
Stars: ✭ 901 (+901.11%)
Mutual labels:  tv
Leanbacktvsample
Leanback Demo
Stars: ✭ 85 (-5.56%)
Mutual labels:  tv
Overseerr
Request management and media discovery tool for the Plex ecosystem
Stars: ✭ 557 (+518.89%)
Mutual labels:  tv
Addic7ed Ruby
Ruby script to fetch subtitles on Addic7ed (auto-downloader)
Stars: ✭ 43 (-52.22%)
Mutual labels:  tv
Fastotv
Open source IPTV player
Stars: ✭ 90 (+0%)
Mutual labels:  tv
Medusa
Automatic Video Library Manager for TV Shows. It watches for new episodes of your favorite shows, and when they are posted it does its magic.
Stars: ✭ 1,268 (+1308.89%)
Mutual labels:  tv
Robotv
Android TV frontend for VDR
Stars: ✭ 69 (-23.33%)
Mutual labels:  tv

tvcl

A simple show tracker CLI

Intro

This small tool is a CLI for http://thetvdb.com/ API. It allows to track tv shows you follow and the episodes you didn't watch yet.

Features

  • Lookup for shows
  • Viewing episodes titles, air dates, overview, and more
  • Marking episodes as wacthed
  • Showing episodes you didn't watch yet

Install

$ npm install tvcl -g

tvcl uses the http://thetvdb.com/ API. In order to use it you should get an API key and put it into THETVDB_API_KEY environment variable.

Usage

Lookup the series title:

$ tv lookup the simpsons

(you can use search alias)

Add the series to local database by id:

$ tv add {id}

List added series:

$ tv list

View the list of episodes for specified series (--wo stands for "with overview"):

$ tv view {series_id} --wo

(you can use show alias)

Mark episode as watched:

$ tv watch {epid}

Mark all episodes till the specified as watched:

$ tv watch-till {epid}

(you can use wt alias)

Show the not-watched-yet episoded:

$ tv remained

or just

$ tv
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].