TV Show filename format
#1
Hi Guys!

I'm Having a hard time wrapping my head around the RegEx line I need for my file formats. Been testing a retesting for about an hour now.
File names are:

\Angel\Angel - 01.01 - Pilot.avi

Can anyone help me out with the code for this?

Cheers Big Grin
Reply
#2
Can anyone confirm if this is correct?

<xml>
<tvshowmatching>
<regexp>([0-9]+).([0-9]+)[^\\/]*</regexp>
</tvshowmatching>
</xml>
Reply
#3
You don't want the <xml> and rather want <advancedsettings>

Also, note that unless you tell it to append, it will overwrite the defaults.
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
#4
Thanks dude Big Grin
Reply

Logout Mark Read Team Forum Stats Members Help
TV Show filename format0