Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fourjuaneight/showrunner
:tv: Rename media files based on naming convention and add metadata using TMDB data.
https://github.com/fourjuaneight/showrunner
golang mkvpropedit tmdb-api
Last synced: about 1 month ago
JSON representation
:tv: Rename media files based on naming convention and add metadata using TMDB data.
- Host: GitHub
- URL: https://github.com/fourjuaneight/showrunner
- Owner: fourjuaneight
- License: mit
- Created: 2021-11-18T17:14:11.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-08T21:48:32.000Z (over 1 year ago)
- Last Synced: 2024-06-20T14:20:11.303Z (7 months ago)
- Topics: golang, mkvpropedit, tmdb-api
- Language: Go
- Homepage:
- Size: 59.6 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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:### [Gorun](https://github.com/erning/gorun#how-to-build-and-install-gorun-from-source)
```sh
make run
# script should run from root of repo
./showrunner.go
```### Local Binary
```sh
make build
# binary should be accessible from the root of the repo
./showrunner
```### [GOPATH Binary](https://github.com/fourjuaneight/dotfiles/blob/master/homedir/.zshenv#L16-L20)
```sh
make install
# binary should be accessible from anywhere
showrunner
```