MySQL insert script (CLI scraper)

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
vicbitter Offline
Donor
Posts: 240
Joined: Jan 2011
Reputation: 3
Post: #11
(2012-06-14 00:31)aTTilaz Wrote:  
(2012-06-13 10:43)vicbitter Wrote:  With the latest code from head you now create a libxbmc.so shared library that can be used to create your own CLI (or server-based) XBMC applications... Smile

Here is a sample Video Library scanner application that uses libxbmc.so to update XBMCs Video Library...

http://pastebin.com/WpEvRTws

Enjoy!

Thanks vicbitter, is there any documentation that explains this process. Not to familar with C++

Unfortunately, it doesn't seem so at the moment, I had to trawl through the code and built the sample application based on my discoveries... I think the main code is generic enough to use and the only part(s) that would need changing is dependent on the internal APIs you want to use...

I hope that makes sense?
find quote
Hansaplast Offline
Junior Member
Posts: 8
Joined: Jan 2012
Reputation: 0
Post: #12
I'd love to see a script that could also run on a NAS (QNAP, etc) or the "server" that is running the MySQL database.
This way the NAS (or server) could do the scraping for XBMC ... Smile
I'm by no means experienced enough to build my own scraper though Sad
find quote
Post Reply