marek-nogiec / console-time

Small utility to search and play TV show episodes using magnet links provided by RSS.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Console Time

This is a small terminal utility inspired by (and using) peerflix. It let's you search for a show and select one of the latest episodes (provided by RSS stream from showRSS.info) to stream instantly using a magnet link.

Prerequisites

  • Node.js (with NPM)
  • VLC or other video player compatible with peerflix

Installation

To install dependencies just run npm install from within the repo root directory.

Usage

node console-time.js SHOW_TITLE [PLAYER_NAME]

SHOW_TITLE can be just a part of the title. It can't have spaces or needs to be surrounded by quotes.

PLAYER_NAME is optional for when you want to specify the video player (default: 'vlc')

License

MIT

About

Small utility to search and play TV show episodes using magnet links provided by RSS.

License:MIT License


Languages

Language:JavaScript 100.0%