TV Show matching not working
#1
Hi, I have this in my advancedsettings.xml

<advancedsettings>
<tvshowmatching>
<regexp>Season ([0-9]+) - Episode ([0-9]+)[^\\/]*</regexp>
<regexp>Season ([0-9]+) Episode ([0-9]+)[^\\/]*</regexp>
</tvshowmatching>
</advancedsettings>

I am trying to match for example:
"Star Trek The Next Generation\Season 5\Star Trek The Next Generation Season 5 Episode 06 - The Game.avi"

Why is this not working? I tried having two separate <tvshowmatching> as well.
Reply
#2
The problem was that clicking "Scan for new content" on the folder did not work.. you had to click it on the series itself in the TV Shows. Bug?
Reply
#3
You didn't escape the forward slash in the end parts, try [^\\\/]* (three backslashes).
Reply
#4
They have the exact same ending as me here, in fact I only slightly modified mine from these examples:

http://wiki.xbmc.org/?title=TV_Shows_%28...Library%29
Reply
#5
Odd, the regex tester I checked it with didn't like it until I added the extra backslash. That was using pcre, which afaik is what xbmc uses.
Reply

Logout Mark Read Team Forum Stats Members Help
TV Show matching not working0