Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 720 Bytes

README.md

File metadata and controls

29 lines (23 loc) · 720 Bytes

Showrunner

A simple utility to get TV Show data from TMDB and use episode titles to rename media files (based on a specific naming convention) and add metadata.

For help on how to use the app, you can run showrunner -h.

Usage

There are 3 ways to run the script:

make run
# script should run from root of repo
./showrunner.go

Local Binary

make build
# binary should be accessible from the root of the repo
./showrunner
make install
# binary should be accessible from anywhere
showrunner