advancedsettings.xml tvshowmatching help
#1
I have a bunch of episodes that look like this
ARRESTED DEVELOPMENT - S01 EP09 - STORMING THE CASTLE 720P DD5.1 x264 MMI.mkv
. When I scan for new content it recognizes the folder name and grabs all the info for the show but can't find any episodes.

So I added the following to my advancedsettings.xml file in ~/.xmbc/userdata
<xml>
<tvshowmatching>
<regex>.*? - S([0-9]+) EP([0-9]+).*</regex>
</tvshowmatching>
</xml>

I tried that regex in a regex trainer and it seemed to capture the s# and e# just fine.

What am I missing?
Thanks
Reply
#2
No <xml>

You need <advancedsettings>
Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.


Image
Reply
#3
This is a problem with the Export/Import Library wiki page. All the examples are enclosed within an <xml> tag.
Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.
Reply

Logout Mark Read Team Forum Stats Members Help
advancedsettings.xml tvshowmatching help0