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
advancedsettings.xml tvshowmatching help
skinnytron
Junior Member Posts: 3 Joined: Jan 2010 Reputation: 0 |
2010-04-21 18:26
Post: #1
|
| find quote |
jmarshall
Team-XBMC Developer Posts: 24,564 Joined: Oct 2003 Reputation: 138 |
2010-04-21 23:09
Post: #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. ![]() |
| find quote |
kraqh3d
Retired Developer Joined: Dec 2003 Reputation: 4 Location: New York City, USA |
2010-04-22 16:50
Post: #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. |
| find quote |

![[Image: badge.gif]](http://www.ohloh.net/projects/9132/badge.gif)
Search
Help