Questions about regex and scraper for a special directory-structure for tv-show
#2
Keep things simple: If you want to match the Season_##/##. then match just that:

Code:
<regexp>Season_([0-9]+)[/\\]([0-9+])\.</regexp>

Cheers,
Jonathan
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


Messages In This Thread
RE: Questions about regex and scraper for a special directory-structure for tv-show - by jmarshall - 2012-05-11, 00:50
Logout Mark Read Team Forum Stats Members Help
Questions about regex and scraper for a special directory-structure for tv-show1