Emby plugin that syncs IMDb community ratings and Rotten Tomatoes critic ratings into your library metadata.
Features · Install · Quick start · Screenshots · Download
- Update Movies, Series, and optionally Episodes
- Prefer OMDb, MDBList, or both (configurable)
- Optional IMDb ratings fallback using IMDb official free datasets, with a page lookup as secondary
- Rate limiting and daily API limits
- Smart scanning (rescan interval, recently added first, optional skip already-rated)
- Live progress with updated / skipped / error details
- Scan history and per-session reports
- Missing-data search and item-level scan history
- Available from the Emby dashboard sidebar under Server
- Download
RatingSync.dllfrom the latest release. - Copy it into your Emby plugins folder (often
...\Emby-Server\programdata\plugins\). - Restart Emby Server.
- Open Dashboard > Plugins > Rating Sync, or use Rating Sync in the sidebar.
- Add an OMDb and/or MDBList API key, or enable IMDb ratings fallback on its own.
- Choose preferred source and which item types to update.
- Optionally enable IMDb ratings fallback when primary APIs return no community rating.
- Open the Run tab and start a refresh (full library or a targeted series / season / episode).
| Source | What it provides |
|---|---|
| OMDb | IMDb community ratings (and related metadata lookups) |
| MDBList | Ratings including Rotten Tomatoes when available |
| IMDb fallback | Official IMDb ratings datasets when APIs have no score |
Episodes use OMDb and/or the IMDb fallback (MDBList does not support episode lookups).
API keys, sources, item types, and rate limits.
Control how often items are rescanned and what to prioritize.
Start a full or targeted refresh and watch progress.
Breakdown of updates, skips, errors, and API usage.
Recent scans, missing data, and per-item history.
PNG files live in docs/screenshots/.
dotnet build -c ReleaseOutput: bin\Release\RatingSync.dll
If Emby is installed locally, build against its System folder:
dotnet build -c Release -p:EmbyPath="C:\Program Files\Emby-Server\System"Pushing a tag such as v1.2.3 builds Release, creates a GitHub Release, and uploads RatingSync.dll plus a zip.
See RELEASING.md.
Semantic Versioning: MAJOR.MINOR.PATCH
PATCH: bug fixes and small changesMINOR: backwards-compatible featuresMAJOR: breaking behavior, config, or API changes





