Skip to content

GPT powered CLI tool for renaming TV series files for better recognition by media players such as Plex, Jellyfin, etc.

License

Notifications You must be signed in to change notification settings

la-lo-go/tv-series-renaimer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TV Series RenAImer

GPT powered CLI tool for renaming TV series files for better recognition by media players such as Plex, Jellyfin, etc.

Download

  1. Download the latest release from the releases page
  2. Extract the downloaded file
  3. Run the executable in the desired directory
    • On Windows:

      ./tv-series-renaimer.exe -k <API_KEY> [OPTIONS]
    • On Linux:

      ./tv-series-renaimer -k <API_KEY> [OPTIONS]

Usage

Option Description Default Value
-k, --key REQUIRED: GPT API key (get it from https://platform.openai.com/) None
-p, --path Path to the directory that will be scanned "./"
-m, --mode Mode to run the program in (recursive or single) "recursive"
-g, --gtp_model Model to use, must be one with JSON mode enable (https://platform.openai.com/docs/guides/text-generation/json-mode) "gpt-4o"

Development

  • Run the rust code

    cargo run -- -k <API_KEY> 
  • Run unit tests

    cargo test

License

License: MPL-2.0

About

GPT powered CLI tool for renaming TV series files for better recognition by media players such as Plex, Jellyfin, etc.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages