Skip to content
back to blog

How to Fix Plex Showing the Wrong Movie or TV Show

By MetaTana

Plex showing the wrong poster, the wrong summary, or an entirely different film is the most common complaint people have about it. The cause is almost always the same: Plex could not identify the file with certainty, so it guessed. Here is how to fix it now, and how to stop it happening again.

1. Fix the match by hand

The fastest one-off fix. In Plex Web, find the item, open the menu, and choose Fix Match. You get a list of candidates with years shown — pick the correct one.

Good for a handful of items. If you are doing this repeatedly, the underlying problem is your file names, and step 3 is the real fix.

2. Check the file name and year

Plex matches from names, not video content. The convention it expects:

Movies/
  Batman Begins (2005)/
    Batman Begins (2005).mkv

Missing years cause most wrong matches, because remakes and same-titled films become indistinguishable. Extra tags in the name add noise the matcher has to fight. Full rules: the Plex naming convention guide.

3. Force the correct match with a provider ID

This is the durable fix, and the one most people never find. Put the provider ID directly in the name, in curly braces:

Movies/
  Batman Begins (2005) {imdb-tt0372784}/
    Batman Begins (2005) {imdb-tt0372784}.mkv

{imdb-tt0372784}, {tmdb-272}, and {tvdb-123456} all work, and the IMDb tt prefix is optional. For a series, put the ID on the show folder.

Unlike Fix Match, this lives in the file name — so it survives a library rebuild, a server move, or a fresh scan.

For TV you can also drop a .plexmatch file in the series folder with tvdbid, tmdbid, or imdbid hints, which override the title and year guessed from the directory name. Handy when renaming folders is not an option.

4. Check the library agent

Wrong or conflicting agents produce reliably wrong results. In Settings → Agents, confirm the right agent is enabled for the library type (movies vs TV), and disable unused ones that may be competing.

Also confirm the library's content type is correct. A TV library scanned as a movie library will never match properly.

5. Refresh, or clear the bad metadata

Once names and agents are right, force Plex to look again: ⋯ → Refresh Metadata. If a bad match is stuck, use the pencil icon → Advanced → Delete Metadata to clear it and rescan. If problems span the whole library, rebuilding the Plex database is the last resort.

6. Use NFO files if you want full control

Plex can read local NFO metadata via its NFO agent, using the widely adopted Kodi-style format. This is the option to choose if you want metadata you own, stored on disk beside the media, rather than living only in Plex's database. See how to edit NFO files safely.

Stopping it happening again

Every fix above is a symptom fix. The cause is that your library gives Plex ambiguous input. Clean, consistent names with years — and provider IDs on the stubborn ones — remove the guesswork permanently.

MetaTana is built for exactly that pass: it identifies difficult titles, proposes a clean Plex-friendly layout, writes NFO and artwork beside your files, and journals every write so any change can be rolled back. It never modifies the media itself, and it can trigger the Plex rescan when it is done. More detail on the Plex metadata manager page.

On Jellyfin too? See how to fix wrong metadata in Jellyfin.