Skip to content

Update PLEX TV show labels with the origin country of the show

License

Notifications You must be signed in to change notification settings

billyinferno/plex-countryTagUpdater

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PLEX - TV Shows Country Label

This python script will update your labels metadata on your TV Shows at PLEX to add country of the TV shows based on the original country returned by TMDB for the shows.

In case tha there are no country configured on TMDB result, it will be skipped, and you can see the list of TV Shows that not being updated once the scan is finished.

How to use?

TV Shows Country Updater

  1. Copy .example.env to .env
  2. Edit .env and add all information needed there
  3. python3 updateLabel.py

Arguments

In case you didn't want to use .env file you can also passing arguments to the script

  • -force

    this will force update the TV shows that already have country label

  • -clearscreen

    clear the screen before run

  • -plextoken

    your PLEX token that will be used to connect to your PLEX server

  • -tmdbapikey

    your TMDB API Key that will be used to get information from TMDB

  • -baseurl

    your PLEX url (eg. 127.0.0.1:32400)

  • -library Your TV Shows library name, usually it will be defaulted as "TV Shows"

TV Shows Season Checker

  1. Copy .example.env to .env
  2. Edit .env and add all information needed there
  3. python3 checkTVShow.py

Arguments

In case you didn't want to use .env file you can also passing arguments to the script

  • -showavailable

    This will add the Season that already available in your TV Shows library to the result

  • -showexception

    This will show the TV Shows that not found in TMDB (❗) or don't have any season information (⚠️) on TMDB

  • -plextoken

    your PLEX token that will be used to connect to your PLEX server

  • -tmdbapikey

    your TMDB API Key that will be used to get information from TMDB

  • -baseurl

    your PLEX url (eg. 127.0.0.1:32400)

  • -library Your TV Shows library name, usually it will be defaulted as "TV Shows"

About

Update PLEX TV show labels with the origin country of the show

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages