Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 1.59 KB

readme.md

File metadata and controls

22 lines (16 loc) · 1.59 KB

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