Remove Kodi logo in Settings
#1
Hello.

I'm moding this skin and I want to remove this Kodi logo and replace it by the name of my mod Wink

Image

But I didn't find any XML file to do it. I have looked into SettingsCategory.xml and decompress Textures.xbt to look for this png but found nothing.

Thanks.

EDIT : Found it. It's not a png it's text Wink 

In SettingsCategory.xml

Code:
      <control type="label">
        <posx>87</posx>
        <posy>120</posy>
        <width>321</width>
        <height>61</height>
        <font>MainMenuVertical</font>
        <align>center</align>
        <label>$LOCALIZE[31022]</label>
      </control>
Sorry for my english, but, you know, I'm French so ...

Main HTPC : Odroid-C2 running CoreELEC with Titan Bingie
Secondary HTPC : Freebox Mini 4K running Android TV with Titan Bingie
Reply
#2
Yeah, since Kodi is trademarked, how is the official stance on replacing the startup logo? Just curiosity.
Reply
#3
You can do anything you like on your personal machine. Change the skin, change the logo, hack the source, compile in proprietary DRM code, make it cook your dinner and roll your spliffs.

Distribution is another matter.

In fact if you want to distribute a fork you are required to remove Kodi trademarked portions (trademark law). And publish your source code (copyright law). But if the OP is making a mod for himself, he can do WTF he likes.
If I have helped you or increased your knowledge, click the 'thumbs up' button to give thanks :) (People with less than 20 posts won't see the "thumbs up" button.)
Reply

Logout Mark Read Team Forum Stats Members Help
Remove Kodi logo in Settings0