advanced settings question
#1
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.
Reply
#2
It goes in the Userdata folder found in your Documents and Settings not XBMC itself.
Reply
#3
thank you, that was it. The wiki should be changed to reflect the new OSes.
Reply

Logout Mark Read Team Forum Stats Members Help
advanced settings question0