nickneos / tvshow_file_renamer

Handles renaming video files for TV shows using metadata from thetvdb public api https://thetvdb.github.io/v4-api/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TV Show File Renamer

Renames TV Show media files using information from thetvdb.com.

Requirements

  • api_key.txt file in root directory which contains your api key from thetvdb.com

Usage

python tvshow_file_renamer.py [-h] [-f format-string] [-d] directory
Positional Arguments Description
directory Full path of TV show directory. Assumes all files under this directory relate to one tv show
Options
-h, --help show this help message and exit
-f, --filename-format format-string The filename format to rename the files to. eg: --filename-format "{show_name} ({show_year}) S{season_no}E{episode_no} {episode_name}{ext}"
-t, --test-mode Enables test mode. In test mode, renamed filenames are printed to screen but are not actually renamed on the disk

About

Handles renaming video files for TV shows using metadata from thetvdb public api https://thetvdb.github.io/v4-api/


Languages

Language:Python 100.0%