An open API service indexing awesome lists of open source software.

https://github.com/mahrjose/renamer

A simple script for renaming multiple TV episodes at once.
https://github.com/mahrjose/renamer

file-renamer python renamer script tv-episode-renamer

Last synced: 6 months ago
JSON representation

A simple script for renaming multiple TV episodes at once.

Awesome Lists containing this project

README

          

# Renamer
A simple script for renaming multiple TV episodes at once.

## Features

* Search & find the show you want directly on the console.
* Rename all the episode(s) of a show with the official episode name.
* Bulk rename normal files serially.

## Requirements

* [Python 3.9](https://www.python.org/downloads/) or newer.
* The script uses the [IMDbPY](https://imdbpy.github.io/) package.

```console
$ pip install IMDbPY
```