how to scrape own moviedatabase
#1
Question 
I want to scrape my own moviedatabase based on mysql/php. So I could define the xml output-format of this database.

But how should the scraper be written?
Reply
#2
Hi,

Do you have access to your DB from your XBMC via HTTP? If so, you can send some SQL over HTTP requests to your DB and than parse the results.
Use GetSearchUrl with your SQL string:
http://localhost:1234/path/to/your/db?qu...ovie_table

ca
Reply

Logout Mark Read Team Forum Stats Members Help
how to scrape own moviedatabase0