Kodi Community Forum
Accessing the database from within python? - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Development (https://forum.kodi.tv/forumdisplay.php?fid=32)
+--- Forum: Add-ons (https://forum.kodi.tv/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

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

yes, you can use pysqlite2, grab it from Apple Movie Trailers


Thanks - koprom - 2007-05-19

Thank you very much nuka1195!