Kodi Community Forum

Full Version: advanced settings question
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I'm trying to get the scraper to work with my tv shows, I like to name my files something like 30 Rock/121 Hiatus.avi . The name of the show is the folder, then the first number is the season and the second two numbers are the episode.

The advancedsettings.xml file I used on my xbox looked like this:

Code:
<advancedsettings>
    <tvshowmatching action="prepend">
        <regexp>([0-9]+)([0-9][0-9])([^\\/]*)$</regexp>
    </tvshowmatching>
</advancedsettings>

This worked on my xbox, but I just built a pc and it doesn't seem to work anymore. What am I doing wrong? I still put the xml file in the userdata folder, right?

thanks in advance for your help.
It goes in the Userdata folder found in your Documents and Settings not XBMC itself.
thank you, that was it. The wiki should be changed to reflect the new OSes.