help with advancedsettings.xml regex matching
#1
The default matching doesn't handle "Show Name-s01e01" only "Show.Name.s01e01" How would I setup a regex matching for the following example:

\TV Show\Season 1\Show Name-s01e01

Differences are:
dash between the name and season/episode
potential for a space or multiple spaces in the show name

Thanks!
Need help programming a Streamzap remote?
Reply
#2
Have you tried it anyway? Mine are set up like "Show Name - S##E##" (only difference to yours being a space between the dashes) and it worked perfectly out of the box.
Reply
#3
Yeah, it didn't fetch anything with a name like:

Show Name-s01e01-Episode Title-Original Airdate.mkv
Need help programming a Streamzap remote?
Reply
#4
Maybe this helps...
http://www.xbmc.org/wiki/?title=TV_Shows_(Video_Library)
Reply
#5
Make sure to turn Debug Logging on and look in the log after you do a scrape to ensure that it's not a problem with the scrapper. Currently XBMC doesn't really tell you if it actually found a file unless it's able to scrape the stuff off of the site. It could be that XBMC is actually finding your files, but the scrapper could be timing out, and therefore nothing is returned as a result.
Reply

Logout Mark Read Team Forum Stats Members Help
help with advancedsettings.xml regex matching0