#ClearLogo Updater - Update the Clear Logo that the new Plex Experience uses interactively.

1 messages · Page 1 of 1 (latest)

uncut zenith
#

Hey

Just wanted to share a little Python script I put together because I sometimes found updating the specific 'Logo' (ClearLogo) image for TV shows a bit of a manual process. This script lets you do it interactively from the command line using a direct image URL.

What it does:

  • Runs in your terminal.
  • Connects to your Plex server using your URL and Token (kept safely in a separate config.json file).
  • Lists your TV Show libraries and asks you to pick one.
  • Prompts you for the show name and optionally the release year.
  • Searches for the show and asks you to confirm it found the right one.
  • You then paste in the direct URL to the logo image you want to use (e.g., a PNG or JPG).
  • It uses the plexapi library (specifically the uploadLogo function) to apply the image.
  • After finishing, it loops back automatically, letting you update logos for multiple shows without restarting the script.
  • Requires: Python 3 and an up-to-date plexapi library (v4.17.0+ recommended, as older versions lack the uploadLogo method).

You can find the script, config.json template, and setup instructions on GitHub:

http://github.com/jl94x4/ClearLogo-Updater

It's pretty simple but hopefully useful to someone else too. Let me know if you run into any issues or have any feedback!

Cheers!

leaden bobcat
#

Do you have a before and after image as an example?

uncut zenith