aviaryan / series-renamer

:tv: A robust TV/Anime series renamer in Python
http://aviaryan.github.io/series-renamer/
Apache License 2.0
46 stars 6 forks source link

Series Renamer

Version Downloads Build Status

Python script that connects to thetvdb.com and renames your TV series in any fashion you want.

Why another series renamer ?

Other series renaming scripts I tried follow a very error-prone procedure. They scan each filename independently and try to extract all information about the episode from that. Now my One Piece episodes are named like opdub283.mp4 and ---one piece episode 691 -u0026 692 english sub full hd.mp4 . How do you expect them to extract any info from this ?

So I decided to make my own series renamer. To be able to rename (fix) even badly named files like the above, my script -

Installing

pip install series-renamer

or download the zip and extract it.

python setup.py install

Using

Features

Examples

Some sample logs created by series-renamer can be viewed from this link.

Important

It is recommended you read some docs to be fully comfortable with Series Renamer.

Questions ?

Just create an issue, I will be glad to be of any help.