1337x IMDb Rating Display

Show IMDb ratings next to Movie/TV torrents on 1337x. Robust ID detection with OMDb/IMDb fallbacks.

יוצר
Stuart Saddler
התקנות יומיות
0
סה"כ התקנות
0
דירוגים
0 0 0
גרסה
1.0
נוצר
17-08-2025
עודכן
17-08-2025
Size
13.4 קילו-בייט
רישיון
MIT
חל על

1337x IMDb Rating Display – User Guide

A lightweight userscript that shows IMDb ratings next to movie and TV torrents on 1337x. It’s fast, accurate, and avoids non-video categories like music, books, and apps.


What it does

• Adds a small rating badge (e.g., “7.3/10”) after eligible torrent titles.
• Works even when the torrent page doesn’t link IMDb: – Finds the correct IMDb title ID using IMDb’s suggestion service.
– Gets the rating via OMDb (if you provide a key) or directly from IMDb pages.
• Skips non-video items to keep pages clean and responsive.


How it works (simple)

1) Detects video releases using common patterns: – TV: S01E07, S01E07–08, S01 (season packs), or date-coded shows (YYYY-MM-DD / YYYY.MM.DD).
– Video/resolution/codec/audio markers: 1080p, 2160p, .mkv, .mp4, WEB-DL, BluRay, x265/HEVC, DDP 5.1, Atmos, etc.

2) Resolves the IMDb ID: – Uses a direct IMDb link on the torrent page if available.
– Otherwise, cleans the title and queries IMDb’s suggestion API to find the correct tt… ID.

3) Fetches and displays the rating: – Uses OMDb (if configured).
– If OMDb has no numeric rating, reads IMDb pages to extract the aggregate rating.

Visual cue by color: • Green > 7.0
• Gold 6.0–7.0
• Red < 6.0


Install

1) Install a userscript manager: – Tampermonkey (Chrome/Edge/Brave/Opera)
– Violentmonkey (Chrome/Firefox)
– Greasemonkey (Firefox)

2) Create a new userscript and paste the script code.

3) Visit https://1337x.to/ — ratings will appear automatically on lists and search pages.

Required hosts are already declared in the script: 1337x.to, imdb.com, www.imdb.com, m.imdb.com, v2.sg.media-imdb.com


Optional: OMDb API key

You can add an OMDb key to speed up rating lookups.

• Get a key: https://www.omdbapi.com/
• In the script, set: const API_KEY = 'YOUR_OMDB_KEY';

If no key is provided, the script still works by reading IMDb pages directly.


What gets included or excluded

Included (examples): • Movies with typical release markers: 1080p/2160p, .mkv/.mp4, WEB-DL/WEBRip, BluRay/REMUX, x265/HEVC, DDP 5.1, Atmos.
• TV episodes and packs: S01E07, S01E07–08, S01, or date-coded shows (YYYY.MM.DD / YYYY-MM-DD).

Excluded (examples): • Music formats and albums: FLAC, MP3, Vinyl, Album
• eBooks/comics: EPUB, MOBI, PDF, CBR, CBZ, Magazine
• Apps and cracks: APK, x64, Pre-Activated, Keygen, Crack, Patch, VST, Adobe, Office
• Games and scene groups: GOG, Steam, FitGirl, Razor1911, ElAmigos, DLC, Multiplayer

This filtering keeps things focused and fast.


Troubleshooting

• No ratings anywhere: – Ensure the userscript is enabled in your manager.
– Confirm you’re on https://1337x.to/
– Temporarily disable aggressive content blockers and test again.

• A specific movie/episode shows no rating: – The IMDb page may not have an aggregate rating yet.
– The release name may be unusual; try another torrent entry for the same title.

• OMDb errors: – If you added a key, verify it’s correct and not rate-limited.
– You can remove the key and rely on IMDb page lookups.


Privacy & performance

• Only requests the hosts needed to look up ratings.
• No tracking or analytics.
• Avoids unnecessary lookups by filtering out non-video items first.


License & credits

• License: MIT
• Author: Stuart Saddler — GreasyFork Profile: https://greasyforks.org/en/users/567951-stuart-saddler

Enjoy quicker decisions on what to watch!

长期地址
遇到问题?请前往 GitHub 提 Issues。