Kodi Library, split combined episodes

My Kodi library has each episode of Adventure Time as a single file (how I would prefer to watch them). The scraper looks like they are separate episodes as well (https://www.thetvdb.com/series/adventure-time/seasons/2).

However, they are currently being displayed as combined episodes. For example, using the first two episodes from the link above it shows as this in OSMC:

S02E01 - It Came From the Nightosphere / The Eyes

I’ve gone through the settings and the episode guide above and don’t know what is triggering OSMC to combine those two episodes into one listing. I realize they aired that way, but the scraper should pull them individually, shouldn’t it?

As a last resort I know I can use the S02E01.2 (or whatever) naming convention to get them to play sequentially, but I’d prefer them listed individually if possible.

You haven’t stated what file-naming system you’re using but I’d have expected something along the lines of:

TV Shows
        Adventure Time
                Season 2
                        Adventure Time S02E01.mkv
                        Adventure Time S02E02.mkv

should normally work.

If you haven’t done so already, take a look at https://kodi.wiki/view/Naming_video_files/TV_shows#Correct_Naming

Ah, sorry about the incomplete information.

You have my structure basically correct.

TV Shows
        Adventure Time
                Season 2
                        S02E01 - It came from the Nightosphere.mkv
                        S02E02 - The Eyes.mkv

I agree that it should work, but the scraper thinks that S02E01 is BOTH “it came from” and “The eyes”

I looked over the file naming stuff and I’m doing it correctly (I believe) and I think it it is a scrapping issue perhaps. But not sure why, as the scrapper sight shows them as I would expect. :-/

Addendum. It is showing Episode 2 as “Loyalty to the king” and “Blood under the Sun”, which are my episodes 3/4 (and as indicated on TVDB)

It might be a scraper issue or perhaps something confusing about having the season details first in the file names – though that should be allowed, according to the Kodi documentation. (But then again, that doesn’t conform to the formats listed in section 5.2, so I’d suggest you try some alternative file names and see if anything helps.)

Make sure you don’t have any .nfo files as they will override what the scraper finds.

You may need to totally remove them from the database to get the scrape to work correctly once they are in there incorrectly. I’ve run into this before.