Kodi Community Forum
Customizing xbmc default media player - 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: Customizing xbmc default media player (/showthread.php?tid=201446)



Customizing xbmc default media player - DanWho - 2014-08-05

Hi Guys,

Title says it all. I wanna try and change it a little. Or maybe even replace it completly. But i'm new to xbmc dev and need some pointers on which files/ modules to change.

I know that xbmc core has the dvdPlayer module with a bunch of cpp code which has the base for the player. And I also know where and how to change the skin. I was wondering if there is any python code i should take a look at.

Would be great if somone can point me to a guide or explain how python / cpp / xml are bound within the xbmc ( i.e how they call / use each other)