Skip to content

📺 An opinionated CLI tool to automatically rename TV show releases

License

Notifications You must be signed in to change notification settings

rbardini/episodic

Repository files navigation

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