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
创建于
2025-02-16
更新于
2025-02-16
大小
8.8 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