Hi, I think that I am doing this right.
I am trying to get XBMC to understand TV shows not in the S01E01 format for example:
Revolution-Season 01-Episode 04-The Plague Dogs-2012-10-07
I added the advancedsettings.xml in the (Win 7) C:\program Files\xbmc\user data\
in the advancedsettings.xml I created and added
<tvshowmatching>
<regexp>Season ([0-9]+) - Episode ([0-9]+)[^\\/]*</regexp>
</tvshowmatching>
This was from http://wiki.xbmc.org/index.php?title=TV_...o_Library)
From my understanding this should work but I cant get it to pick it up. I have MCEBuddy converting the files.
Any help on file location for the xml, syntax, etc to get this working would be great.
I am trying to get XBMC to understand TV shows not in the S01E01 format for example:
Revolution-Season 01-Episode 04-The Plague Dogs-2012-10-07
I added the advancedsettings.xml in the (Win 7) C:\program Files\xbmc\user data\
in the advancedsettings.xml I created and added
<tvshowmatching>
<regexp>Season ([0-9]+) - Episode ([0-9]+)[^\\/]*</regexp>
</tvshowmatching>
This was from http://wiki.xbmc.org/index.php?title=TV_...o_Library)
From my understanding this should work but I cant get it to pick it up. I have MCEBuddy converting the files.
Any help on file location for the xml, syntax, etc to get this working would be great.