Any way to write a TV matching regexp that assumes season 1?
#1
I have some single-season series where the names are formatted like:

SeriesName.EpXX.ShowTitle.avi

Is there any way to write a regexp that picks up the episode number and then fills in season 1? Or is it impossible to add data that isn't present in the original string?
Reply
#2
Put the whole series in a "Season.01" directory then match on both path elements.
Reply
#3
There's a patch on trac for this - take a gander through there.
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 for the pointer. Here's the ticket if anyone else is interested:

http://trac.xbmc.org/ticket/6508
Reply
#5
And it's in SVN as of r22503.

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

Logout Mark Read Team Forum Stats Members Help
Any way to write a TV matching regexp that assumes season 1?0