Hi, I’m trying to get Plex to read local .nfo metadata files for a TV show, but Plex seems to ignore them.
My setup is:
-
TV show: Ulice
-
Folder structure is standard TV layout (see bellow)
-
Video file and .nfo file are next to each other
-
Example files:
-
Ulice.S21E159.mp4
-
Ulice.S21E159.nfo
-
The .nfo is valid XML and uses an episodedetails structure like this:
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<episodedetails>
<title>5107. díl</title>
<showtitle>Ulice</showtitle>
<id>537989</id>
<uniqueid type="home" default="true">nova-episode-537989</uniqueid>
<season>21</season>
<episode>159</episode>
<absolute_number>5107</absolute_number>
<aired>2026-04-07</aired>
<premiered>2026-04-07</premiered>
<year>2026</year>
<plot>...</plot>
<runtime>43</runtime>
<duration>2577</duration>
<thumb>https://...</thumb>
</episodedetails>
What I already checked:
-
the XML is valid
-
the .nfo filename matches the video filename
-
the episode numbering in the filename and in the .nfo matches
-
Plex library refresh does not pick it up
-
it feels like Plex is ignoring local episode NFO metadata entirely
My questions:
-
Does Plex currently support local episode .nfo files reliably for TV libraries?
-
Are there any required agent/library settings I may be missing?
-
Does Plex only read some tags and ignore the rest?
-
Does the presence of online matches override local .nfo files unless something is configured differently?
If anyone has a working example of TV episode .nfo files in Plex, I’d really appreciate it.
Plex on LXC (proxmox) version: v1.43.1.10576
Folder structure:
/Serialy/
Ulice/
S21/
S21E01.mp4
S21E01.nfo


