Skip to content

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

Notifications You must be signed in to change notification settings

nickneos/tvshow_file_renamer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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/

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages