Plex identifying wrong show

Server Version#: Linux 1.24.3.5033
Player Version#: Web Version 4.66.1

I am pulling recorded files off my TiVo and placing them in my Plex directory. For some reason, some shows are identifying themselves as a show “The Season” instead of the actual show (“Wheel of Fortune” in this case).

The file is located, with the proper naming convention, at:
/media/HardDrive/Tivo/Suggestions/Wheel of Fortune/Season 38/2021-09-18_1829-S38E21-Bed and Breakfast.mp4

My TiVo Suggestions library top level directory is at:
/media/HardDrive/Tivo/Suggestions

Why is the show being detected incorrectly?

Here is the Plex Meta XML:

<MediaContainer size="1" allowSync="1" identifier="com.plexapp.plugins.library" librarySectionID="11" librarySectionTitle="04 - TiVo Suggestions" librarySectionUUID="94ce9668-b4a7-48e4-a708-11b6191656e3" mediaTagPrefix="/system/bundle/media/flags/" mediaTagVersion="1631637217">
    <Video ratingKey="186905" key="/library/metadata/186905" parentRatingKey="186904" grandparentRatingKey="178869" guid="tv.plex.agents.none://186905" parentGuid="tv.plex.agents.none://186904" grandparentGuid="tv.plex.agents.none://178869" type="episode" title="Episode 21" grandparentKey="/library/metadata/178869" parentKey="/library/metadata/186904" librarySectionTitle="04 - TiVo Suggestions" librarySectionID="11" librarySectionKey="/library/sections/11" grandparentTitle="The Season" parentTitle="Season 38" summary="" index="21" parentIndex="38" year="2021" thumb="/library/metadata/186905/thumb/1632125734" duration="1801901" originallyAvailableAt="2021-09-18" addedAt="1632040855" updatedAt="1632125734" createdAtAccuracy="epoch" createdAtTZOffset="-18000">
        <Media id="197343" duration="1801901" bitrate="8133" width="1920" height="1080" aspectRatio="1.78" audioChannels="2" audioCodec="aac" videoCodec="h264" videoResolution="1080" container="mp4" videoFrameRate="NTSC" optimizedForStreaming="0" audioProfile="lc" has64bitOffsets="0" videoProfile="high">
            <Part accessible="1" exists="1" id="199159" key="/library/parts/199159/1632042802/file.mp4" duration="1801901" file="/media/HardDrive/Tivo/Suggestions/Wheel of Fortune/Season 38/2021-09-18_1829-S38E21-Bed and Breakfast.mp4" size="1831818885" audioProfile="lc" container="mp4" deepAnalysisVersion="6" has64bitOffsets="0" optimizedForStreaming="0" requiredBandwidths="28514,26171,22538,17217,12324,12242,12242,12242" videoProfile="high">
            </Part>
        </Media>
        <Marker id="42513" type="commercial" startTimeOffset="723390" endTimeOffset="784680"/>
        <Marker id="42513" type="commercial" startTimeOffset="1386150" endTimeOffset="1439970"/>
        <Extras size="0"> </Extras>
        <Related> </Related>
    </Video>
</MediaContainer>

Can you double-check if this could be some bad embedded metadata?
From the looks of that information, the show isn’t matched at all (guid=tv.plex.agents.none://...).