Kodi Community Forum
Show Kodi Logo - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Skins Support (https://forum.kodi.tv/forumdisplay.php?fid=67)
+---- Forum: Mimic-LR (https://forum.kodi.tv/forumdisplay.php?fid=218)
+---- Thread: Show Kodi Logo (/showthread.php?tid=269410)



Show Kodi Logo - deals2c - 2016-04-15

Hi. Love this skin. Is it possible to show the Kodi logo in the top left corner? Thanks.


RE: Show Kodi Logo - braz - 2016-04-15

Not without modding the skin. I used to show it at the top of the side menu, but took it out. It's now only on the system info window.

Sent from my Nexus 6


RE: Show Kodi Logo - deals2c - 2016-04-15

Thanks for your quick reply. Could you give me direction as to modding the skin? Would it be in relation to adding something to an xml file?


RE: Show Kodi Logo - braz - 2016-04-15

Here's the code I'm using now to display the logo in SettingsSystemInfo.xml. Where do you want to place it? I'm not sure I see where it will fit.

Code:
<control type="image">
                <description>LOGO</description>
                <left>82</left>
                <top>760</top>
                <width>356</width>
                <height>70</height>
                <aspectratio>keep</aspectratio>
                <texture>logo.png</texture>
                <colordiffuse>$VAR[ColorHighlightVar]</colordiffuse>
</control>



RE: Show Kodi Logo - deals2c - 2016-04-15

Anywhere on the main screen would be great. Thanks.


RE: Show Kodi Logo - cat2115 - 2016-04-19

Will the logo overwritten if you push an update?


RE: Show Kodi Logo - braz - 2016-04-19

(2016-04-19, 17:07)cat2115 Wrote: Will the logo overwritten if you push an update?
Yes, it would need to be reapplied after every update.

Sent from my Nexus 6