• 1
  • 7
  • 8
  • 9(current)
  • 10
  • 11
  • 14
Post your color schemes, custom overlays and other customisations here.
Hi Paranoidjack,

beautiful minimalistic modification, I like it, good job.Big Grin
In a week I want introduce my four Mods variants of Home of Eminence with some extra variations.
There are certain similarities (parallels) between your and one of my modifications. Blush

Best Regards

orionics
Windows 7 ・ Kodi 18.2
Minix Neo U9 H ・ CoreElec/Kodi 18.2
Reply
(2015-06-03, 17:18)nme86 Wrote:
(2015-05-14, 07:45)avia Wrote: Image

Can you please post the XML and the Icons?

+3 Please post your XML. I like how you moved the text inside the tiles allowing a full transparent BG and no washed-out text. Big Grin
Reply
Watch the changes I made. If someone wants to download .. Here is the link. Adjusted to Hebrew language.

Click to download

watch gallery
Reply
(2015-09-20, 18:10)avia Wrote: Watch the changes I made. If someone wants to download .. Here is the link. Adjusted to Hebrew language.

Click to download

watch gallery

Thanks, I will. I made a test.xml to tryout all changes. Big Grin
Reply
(2015-09-20, 20:48)dave157 Wrote: Thanks, I will. I made a test.xml to tryout all changes. Big Grin

I'd love to see a picture
Reply
(2015-09-21, 17:34)avia Wrote:
(2015-09-20, 20:48)dave157 Wrote: Thanks, I will. I made a test.xml to tryout all changes. Big Grin

I'd love to see a picture

ImageImage

This is what I have so far, although I am looking to remove the 'floor' under the tiles.
Reply
(2015-09-22, 00:21)dave157 Wrote: This is what I have so far, although I am looking to remove the 'floor' under the tiles.

Looks good .. looking forward to seeing the final result
Reply
That looks fantastic and would be perfect for me if i could change the colour of each individual menu tab/block and move the time and weather to the bottom right and the movies and episode counter to the bottom right. Just not have anythign across the top. Then it would be the perfect skin for me. Oh well,i can hope
Reply
(2015-09-20, 20:48)dave157 Wrote: This is what I have so far, although I am looking to remove the 'floor' under the tiles.

@dave157

to remove the "floor" edit "Includes_Home.xml" and delete this:

Code:
<include name="Short-Home-BG-Y">
        <posy>67r</posy>
        <width>1919</width>
        <height>65</height>
        <texturefocus>common/white2.png</texturefocus><!- תמונת רקע אריחים-->
        <texturenofocus>common/white2.png</texturenofocus><!- תמונת רקע אריחים-->
</include>
<include name="Tall-Home-BG-Y">
        <posy>376r</posy>
        <texturefocus colordiffuse="HomeBarBG">common/white2.png</texturefocus>
        <texturenofocus colordiffuse="HomeBarBG">common/white2.png</texturenofocus>
</include>

or simply delete or rename the "white2.png" in "common" folder.

Regards
orionics
Windows 7 ・ Kodi 18.2
Minix Neo U9 H ・ CoreElec/Kodi 18.2
Reply
(2015-09-22, 02:49)avia Wrote:
(2015-09-22, 00:21)dave157 Wrote: This is what I have so far, although I am looking to remove the 'floor' under the tiles.

Looks good .. looking forward to seeing the final result

(2015-09-22, 10:25)mattyspurs76 Wrote: That looks fantastic and would be perfect for me if i could change the colour of each individual menu tab/block and move the time and weather to the bottom right and the movies and episode counter to the bottom right. Just not have anythign across the top. Then it would be the perfect skin for me. Oh well,i can hope

(2015-09-22, 10:43)orionics Wrote:
(2015-09-20, 20:48)dave157 Wrote: This is what I have so far, although I am looking to remove the 'floor' under the tiles.

@dave157

to remove "floor" open "Includes_Home.xml" and delete this:

Code:
<include name="Short-Home-BG-Y">
        <posy>67r</posy>
        <width>1919</width>
        <height>65</height>
        <texturefocus>common/white2.png</texturefocus><!- תמונת רקע אריחים-->
        <texturenofocus>common/white2.png</texturenofocus><!- תמונת רקע אריחים-->
</include>
<include name="Tall-Home-BG-Y">
        <posy>376r</posy>
        <texturefocus colordiffuse="HomeBarBG">common/white2.png</texturefocus>
        <texturenofocus colordiffuse="HomeBarBG">common/white2.png</texturenofocus>
</include>

or simply delete or rename the "white2.png" in "common" folder.

Regards
orionics

Thx avia & mattyspurs76 for the compliments. Big Grin Orionics, thx, I was able to remove the floor as per your post. I wanted to see if you or anyone else could tell me how to rename one of the powermenu functions. I was able to edit the dialogbuttonmenu.xml and `converted` the reload skin to restart app ( cmd RestartApp) and it works perfectly but it still has reload skin label/title/text. I`ll post a pic in a few mins.
Reply
Here's what I was mentioning...


Image
Reply
@dave157

I understand (see) not really, where is the "problem". Huh
What do you mean with restart app, Kodi?

Regards
orionics
Windows 7 ・ Kodi 18.2
Minix Neo U9 H ・ CoreElec/Kodi 18.2
Reply
(2015-09-22, 21:23)orionics Wrote: @dave157

I understand (see) not really, where is the "problem". Huh
What do you mean with restart app, Kodi?

Regards
orionics

I'm sorry if I wasn't clear, I wanted to rename the reload skin option on my power menu to restart or even just reload without the 'skin' in the title/text.

Image
Reply
(2015-09-22, 22:09)dave157 Wrote: I'm sorry if I wasn't clear, I wanted to rename the reload skin option on my power menu to restart or even just reload without the 'skin' in the title/text.

@dave157

open DialogButtonMenu.xml

go to:

Code:
<control type="button" id="3121">
         <description>Reload Skin</description>
         <include>DefContextMenuButton</include>
         <label>20183</label>
         <onclick>ReloadSkin()</onclick>
</control>

and change to:

Code:
<control type="button" id="3121">
         <description>Reload Skin</description>
         <include>DefContextMenuButton</include>
         <label>Reload</label>
         <onclick>ReloadSkin()</onclick>
</control>

Here some information about "label control" in Kodi (see point "4. Available tags" about "label"):
Label control in Kodi

and here about "built-in functions" in Kodi (see point "1. List of functions"):
List of built-in functions in Kodi

Regards
orionics
Windows 7 ・ Kodi 18.2
Minix Neo U9 H ・ CoreElec/Kodi 18.2
Reply
@dave157

... and what about your new "Power Menu", does it work well or not? Huh
I hope, it works!

Regards
orionics
Windows 7 ・ Kodi 18.2
Minix Neo U9 H ・ CoreElec/Kodi 18.2
Reply
  • 1
  • 7
  • 8
  • 9(current)
  • 10
  • 11
  • 14

Logout Mark Read Team Forum Stats Members Help
Post your color schemes, custom overlays and other customisations here.6