Kodi Community Forum
Linux Location of SQL database generation files - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Development (https://forum.kodi.tv/forumdisplay.php?fid=32)
+--- Forum: Kodi Application (https://forum.kodi.tv/forumdisplay.php?fid=93)
+--- Thread: Linux Location of SQL database generation files (/showthread.php?tid=154213)



Location of SQL database generation files - da-steve101 - 2013-01-31

Hi,

I am thinking about creating an SQL database for my music with a web front end on an openBSD server.
I was trying to plan out the structure and found:
http://wiki.xbmc.org/index.php?title=XBMC_databases
This is the kind of structure i want (just the music database part) with a few modifications.
Can someone give me a brief overview of the structure of this project so i can find the relevant sections in here:
https://github.com/xbmc/xbmc

I am more looking for the creation/linking of the tables in SQL as i intend to create my own interface to it.

Thanks,
Stephen


RE: Location of SQL database generation files - Montellese - 2013-02-01

I guess you're looking for https://github.com/xbmc/xbmc/blob/master/xbmc/music/MusicDatabase.cpp#L95