Win Tv scraping partly working
#1
Hi everyone!

So I decided to test XBMC with an older computer today to see if it was ok as a mediacenter, and yes, it works like a charm. There's only one problem, the show scraper doesn't work very well.
I've set it up streaming from my Netgear ReadyNAS via upnp. When I go via the files menu every show is there and I can watch them however my directory structure (I think) is causing the scraper to ignore some files. I have redone the process a couple of times. Sometimes the directory was completely ignored instead of just some files.

This is my directory structure:
Code:
...
TV shows

    Community

        Season 1
            1x1 - pilot.avi
            1x2...

        Season 2
            2x1..

    How I Met Your Mother

        Season 1

            1x1 - pilot.avi
            1x2...
    ...

This is what I get: http://pastebin.com/cLw1DuJU (Line 190 is where I'm guessing the problem starts.)

I also have a question about advancedsettings.xml. Do I need to restart XBMC everytime I change it?

Also, is this syntax correct? (this wasn't enabled during the debugging)
Code:
<advancedsettings>
<tvshowmatching>
<regexp>([0-9]+)x([0-9]+)[^\\/]*</regexp>
</tvshowmatching>
</advancedsettings>
Reply
#2
You can not use UnPn as a normal source like smb:// or nfs://

Yes you must restart XBMC each time you change something as.xml
Read/follow the forum rules.
For troubleshooting and bug reporting, read this first
Interested in seeing some YouTube videos about Kodi? Go here and subscribe
Reply
#3
(2012-04-21, 14:42)Martijn Wrote: You can not use UnPn as a normal source like smb:// or nfs://

Yes you must restart XBMC each time you change something as.xml

Wow, just switched to SMB and everything works perfectly! Thanks so much for the help and making me feel stupid at the same time. Wink
Reply

Logout Mark Read Team Forum Stats Members Help
Tv scraping partly working0