An opinionated CLI tool to automatically rename TV show releases


Keywords
tv show, series, episode, release, rename, imdb, cli, tv-show
License
MIT
Install
npm install episodic@1.0.1

Documentation

episodic

npm package version Build status Code coverage Dependencies status

📺 An opinionated CLI tool to automatically rename TV show releases.

Demo

Requires a valid OMDb API key.

Installation

npm install -g episodic

Usage

$ episodic
Usage: episodic [options] <path>

Options:
  -v, --version        output the version number
  -k, --api-key <key>  specify the OMDb API key (default: OMDB_API_KEY)
  -o, --output <path>  specify the output path of renamed files
  -n, --no-tree        don't organize files into show name/season directories
  -f, --force          don't ask for confirmation before renaming files
  -h, --help           output usage information