Greasy Fork is available in English.

Plex IMDb Ratings & Links

Adds IMDb ratings and direct links to IMDb pages for movies and TV shows in your Plex library.

المؤلف
Acamol
التثبيت اليومي
0
إجمالي التثبيت
1
التقييمات
0 0 0
الإصدار
0.1.0
تم إنشاؤه
16-02-2025
تم تحديثه
16-02-2025
Size
8.82 KB
الترخيص
MIT
ينطبق على

IMDb Ratings on Movie/TV Show Pages

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.

Screenshot

Features

  • Displays IMDb ratings directly on the page.
  • Rating links directly to the corresponding IMDb page.
  • Supports movies, TV shows, and episodes.

API Key Setup (Required)

This script requires an API key from OMDb API to function. Follow these steps:

  1. Register for a free account at https://omdbapi.com/.
  2. Once registered, you'll receive an API key.
  3. Open the userscript manager editor for this script.
  4. Locate the apiKey constant declaration in the script.
  5. Replace the placeholder with your actual API key.

Example:

const apiKey = "abc123"; // This is not a real key, but that's how it should look like