https://github.com/rbardini/episodic
📺 An opinionated CLI tool to automatically rename TV show releases
https://github.com/rbardini/episodic
cli episode imdb release rename series tv-show
Last synced: 6 months ago
JSON representation
📺 An opinionated CLI tool to automatically rename TV show releases
- Host: GitHub
- URL: https://github.com/rbardini/episodic
- Owner: rbardini
- License: mit
- Created: 2018-12-26T13:57:55.000Z (almost 7 years ago)
- Default Branch: main
- Last Pushed: 2024-09-24T03:40:44.000Z (about 1 year ago)
- Last Synced: 2025-03-29T12:51:22.699Z (6 months ago)
- Topics: cli, episode, imdb, release, rename, series, tv-show
- Language: JavaScript
- Homepage: https://npm.im/episodic
- Size: 2.8 MB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# episodic
[](https://www.npmjs.com/package/episodic)
[](https://github.com/rbardini/episodic/actions)
[](https://codecov.io/gh/rbardini/episodic)
[](https://libraries.io/npm/episodic)📺 An opinionated CLI tool to automatically rename TV show releases.

Requires a valid [OMDb API key](https://www.omdbapi.com/apikey.aspx).
## Installation
```console
npm install -g episodic
```## Usage
```console
$ episodic
Usage: episodic [options]Options:
-v, --version output the version number
-k, --api-key specify the OMDb API key (default: OMDB_API_KEY)
-o, --output 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
```