help with a regular expression to catch this filename?
#1
So, I've got these files, named as such:
STAR TREK - S01 E01 - THE MAN TRAP 720P DD5.1 x264 MMI.mkv

I'm assuming XBMC isn't catching them because of the space in between s01 and exx.

I can't rename the files currently, but XBMC won't pick them up. I did use xmm (from the supplemental tools forum) to create NFO's for them:

pastebin of nfo

but it doesn't pick those up either. MIP didn't recognize the files at all.

Is there a reg ex I can use so XBMC can recognize these, or are my NFO's incorrect in some way? I've compared them to my nfo's from other series and they seem fine. And shouldn't XBMC be picking up the NFO's even if it doesn't recognize the filename as valid?

I didn't post a debug log, as I know it's not an issue with XBMC, as all my other series and movies scanned just fine.
Reply
#2
<regexp>S([0-9]+) E([0-9]+)([^\\/]*)$</regexp>
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
That did it. Thanks jmarshall
Reply

Logout Mark Read Team Forum Stats Members Help
help with a regular expression to catch this filename?0