Multi-Episode not being detected as such
#1
No matter how i try i can't get kodi/xbmc to detect multi episode files correctly

Currently I'm attempting on Gotham rather than Helix purely because Helix wasn't scraping all my files properly, but I assume the methods should be the same

The series I'm testing this on is "The Legend of Korra" and the first episode i have contains both Ep 1 and Ep 2

I've tried many variants yet XBMC only shows it as ep 1 in the series list:

Image

Here's my naming attempts

The Legend of Korra - S01E01E02.mkv
The Legend of Korra - S01E01-E02.mkv
The Legend of Korra - S01E01-02.mkv

it may be worth mentioning that i have defined some more matching patterns in my advancedsettings.xml
Code:
    <tvshowmatching>
        <regexp>- Ep ([0-9]+)</regexp>
        <regexp>- Ep([0-9]+)</regexp>
        <regexp>- E([0-9]+)</regexp>
        <regexp>- ([0-9][0-9][0-9])</regexp>
        <regexp>- S([0-9]+)E([0-9]+)</regexp>
    </tvshowmatching>
    <tvmultipartmatching>^[-_EeXx+]-E([0-9]+)</tvmultipartmatching>

Can anyone help me get XBMC to detect that this is not just one episode?
Does my advancedsettings.xml overwrite the default matching patterns? as that's all i can think of that's doing this as i used a hyphen in my regexp
#2
It was my custom regex. I've renamed my entire archive to use the default patterns and it all works

Logout Mark Read Team Forum Stats Members Help
Multi-Episode not being detected as such0