![]() |
|
Accessing the database from within python? - Printable Version +- XBMC Community Forum (http://forum.xbmc.org) +-- Forum: Development (/forumdisplay.php?fid=32) +--- Forum: Python Add-on Development (/forumdisplay.php?fid=26) +--- Thread: Accessing the database from within python? (/showthread.php?tid=26447) |
Accessing the database from within python? - koprom - 2007-05-19 19:10 Hi everyone, is it possible to access the database from within python scripts? i would like to search for artists and track names stored in the xbmc database. Thanks koprom - Nuka1195 - 2007-05-19 22:53 yes, you can use pysqlite2, grab it from Apple Movie Trailers Thanks - koprom - 2007-05-19 23:31 Thank you very much nuka1195! |