Why am I getting extra episode numbers appended to a manually-added TV show?

Hello, I’m having a little trouble adding a manually-created TV show to Kodi. I’m trying to add my World Series BR rips (go cubs) to Kodi, and I figured that using a “TV Show” format would be the most appropriate. Since it’s not really a TV show, I put some NFO files together with tinyMediaManager. However, I’m getting some extra episode numbers added to the beginning of each episode name, and I’ll be damned if I can figure out why.

Every other TV show episode in my library is shown in the format “01. – EpisodeName”. However, the games that I’m trying to add have the format “1×01. – EpisodeName” (huh, it just changed from “s01e01 – EpisodeName” when I restarted). For example:

[Image: nw9cS6jl.png]

I can’t figure out why it’s showing the season number for each episode. The NFO files look like:

Code:
<episodedetails>
    <title>World Series 2016 Game 1</title>
    <showtitle>World Series 2016</showtitle>
    <season>1</season>
    <episode>1</episode>
    <displayseason>1</displayseason>
    <displayepisode>1</displayepisode>
    <plot>etc.

What the heck am I doing wrong?!