Kodi Community Forum
RegEx & TV Shows - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: General Support (https://forum.kodi.tv/forumdisplay.php?fid=111)
+---- Forum: Linux (https://forum.kodi.tv/forumdisplay.php?fid=52)
+---- Thread: RegEx & TV Shows (/showthread.php?tid=67685)



RegEx & TV Shows - Ironman1965 - 2010-01-18

I'm having problems figuring out this RegEx thing. I've got a common folder/file structure for all my TV shows

/media/(mounted ext drive)/(series name)/Season ##/Episode ##.ext

I've named all the files Episode ##.ext to create a common naming convention to improve scraping accuracy. Worked excellent in MeediOS (100% accuracy as long as series name was correct) and was easy to set up. I'm no RegEx Guru though and can't seem to figure this out. I keep getting brain cramps trying to assimilate all the nuances of RegEx. I've tried a few different expressions with no luck. The best I can get is the Series banner, but no content. Anybody out there able to give me a hand? Thanks.


- prae5 - 2010-01-18

Have a look at

http://forum.xbmc.org/showthread.php?tid=51614

for future ref, when naming you files include showname.SxxExx.episode.ext and you will save yourself a load of problems.