Adds IMDb ratings and direct links to IMDb pages for movies and TV shows in your Plex library.
This script adds IMDb ratings to movie, TV show, and episode pages, providing a quick and easy way to check the rating without leaving the current page. The rating is also linked directly to the IMDb page for more details and reviews.
This script requires an API key from OMDb API to function. Follow these steps:
apiKey
constant declaration in the script.Example:
const apiKey = "abc123"; // This is not a real key, but that's how it should look like