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.
- Host: GitHub
- URL: https://github.com/mahrjose/renamer
- Owner: Mahrjose
- Archived: true
- Created: 2021-08-17T11:13:01.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-09-09T20:23:44.000Z (about 3 years ago)
- Last Synced: 2025-03-13T00:33:03.412Z (7 months ago)
- Topics: file-renamer, python, renamer, script, tv-episode-renamer
- Language: Python
- Homepage:
- Size: 11.7 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```