IMDB Scraper MySQL
#1
Hi, i'm stuck with my movie library cause IMDB scraper is not working and i'm using mysql to host my library...

i tried editing mysql database to change the scraper from IMDB to Universal Scraper with no luck

any ideas?
Reply
#2
Why are you editing the scraper setting in the MySQL DB directly? You can change your scraper settings right from the GUI, by going to your media source, bring up the context menu, and choose "change content". You can select the Universal Scraper from there.
Reply
#3
Wink 
maybe because i don't have any media source? Big Grin

my sources are in advancedsettings.xml

<advancedsettings>
<videodatabase>
<type>mysql</type>
<host>***.***.***.***</host>
<port>3306</port>
<user>xbmc</user>
<pass>xbmc</pass>
</videodatabase>

<musicdatabase>
<type>mysql</type>
<host>***.***.***.***</host>
<port>3306</port>
<user>xbmc</user>
<pass>xbmc</pass>
</musicdatabase>
</advancedsettings>
Reply

Logout Mark Read Team Forum Stats Members Help
IMDB Scraper MySQL0