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
.
There are 3 ways to run the script:
make run
# script should run from root of repo
./showrunner.go
make build
# binary should be accessible from the root of the repo
./showrunner
make install
# binary should be accessible from anywhere
showrunner