How can I build(compile) KODI with the default skin to other skin like aeon.nox
#16
Hi, i trying change the default skin with the tips of here, i changed skin default in /system/settings/settings.xml file and the compile is fine, the change is good, but the issue is when i try launch kodi; the folder skin that i set by default doesn't copy on the user folder and when i change the default skin, the folder copy successfuly in the user folder, any sugestion to fix it?
Reply
#17
Hi

Anyone know how to change the default Kodi skin in code?

I changed the 2 values here but the xbmc/system.h file doesn't exist in new code.
https://github.com/xbmc/xbmc/commit/0b1f...2f1c7ea2f1

I also add the new skin to the addons folder but it seems it doesn't get packaged into the Kodi apk file after compiling.
Reply
#18
(2024-02-26, 06:26)mo123 Wrote: Hi

Anyone know how to change the default Kodi skin in code?

I changed the 2 values here but the xbmc/system.h file doesn't exist in new code.
https://github.com/xbmc/xbmc/commit/0b1f...2f1c7ea2f1

I also add the new skin to the addons folder but it seems it doesn't get packaged into the Kodi apk file after compiling.

https://github.com/xbmc/xbmc/blob/master...ile.in#L12

https://github.com/xbmc/xbmc/blob/master....xml#L3871

https://github.com/xbmc/xbmc/blob/master...st.xml#L46
Reply

Logout Mark Read Team Forum Stats Members Help
How can I build(compile) KODI with the default skin to other skin like aeon.nox0