How to use MySQLdb library in XBMC plugin
#1
I get library with command "# sudo apt-get install python-mysqldb".
I can run my script(Connect to mysql database and print its informations) without XBMC.
But I don't know, how to use this library in XBMC. Suggest me, please.
Reply
#2
Here you go:
Advancedsettings.xml

It's quite easy. Just create this XML file in the given location (link above) and enter your database settings there.
Reply
#3
First, I'm sorry for I posted in the wrong forum. Admin please move this post to the Plugin Development Forum, thank you. ^^"

Is that my database contain more than 1 table. I want to get their information to use in my plugin. I should be use MySQLdb Library or not ??
Reply

Logout Mark Read Team Forum Stats Members Help
How to use MySQLdb library in XBMC plugin0