[LIVE] 9.11 Scrapers
#1
Ive Just discovered the world of scrapers.
xbmc now lists all my movies with all the info from IMDb.com, its great Smile

But... the MPAA certification it brings up is the US certification
Is there anyway to get it to bring up the local certification ( UK )?

Thanks
Reply
#2
The local certifications are on iMDB.

How do I alter the scrapers settings so it adds them ?
Reply
#3
To reword it

Is there a way to change what information the scraper fetches from the website ?
Reply
#4
yes. the scraper is just an xml file with regular expressions. have fun!
Reply
#5
spiff Wrote:yes. the scraper is just an xml file with regular expressions. have fun!


Ok. Thanks for the info Smile

anyone know where this file is located and the name of it ? please
Reply
#6
/usr/share/xbmc/system/scrapers/video/ is the location of the scrapers, imdb.xml the imdb one.
Reply
#7
spiff Wrote:/usr/share/xbmc/system/scrapers/video/ is the location of the scrapers, imdb.xml the imdb one.


Thanks again.
Reply
#8
I was just playing with this yesterday funnily enough.

Now I'm no regexp guru but changing
Code:
<expression>MPAA&lt;/a&gt;:&lt;/h5&gt;\n&lt;div class=&quot;info-content&quot;&gt;\n(.[^&lt;]*)</expression>

to

Code:
<expression>&lt;a href=&quot;/List\?certificates=UK[^&quot;]*&quot;&gt;([^&lt;]*)&lt;/a&gt;</expression>

in imdb.xml seems to do the trick.
Reply

Logout Mark Read Team Forum Stats Members Help
[LIVE] 9.11 Scrapers0