• 1
  • 6
  • 7
  • 8(current)
  • 9
  • 10
  • 14
Post your color schemes, custom overlays and other customisations here.
why are y'all doing this?

i haven't used Eminence for quite some time... but isn't this an option under the settingsHuh

at least it used to be.
Linux Mint 18 LTS 64-bit - Kodi 17 Beta6
Odroid-C2 - Libreelec v7.90.009
Reply
Smile 
It works, I found the right line to remove, it is in the variable "Iconheader".

Thanks Josh for your help.
Reply
(2015-06-23, 22:55)locomot1f Wrote: [...] isn't this an option under the settingsHuh [...]
No, I don't think so. At least I didn't see anything to just alter/remove the "Home" string within the left-upper tile on the main menu.

(2015-06-24, 02:18)Makana Wrote: [...] Thanks Josh for your help.
You're welcome.
Reply
(2015-06-23, 09:34)josch Wrote:
(2015-06-23, 01:53)Makana Wrote: [...] How to delete the "Home" text to display only the Home icon? [...]

Remove "Home" text from the header tile:

1. Navigate to skin.eminence/1080i

2. Open the file Includes_Header.xml and go to:
Code:
<value>$LOCALIZE[10000]</value>

3. Just remove the localize variable or set your own value:
Code:
<value></value>

how can i remove the icon and the text? (including the tile)
Reply
(2015-06-24, 12:32)nme86 Wrote: how can i remove the icon and the text? (including the tile)

Hide the header tile while viewing the main menu:

1. Navigate to skin.eminence/1080i

2. Open the file Includes_Header.xml and go to:
Code:
<include name="GlobalLeftHeader">
        <control type="group" description="Left Side Header">
            <animation type="Visible">
                <effect type="fade" start="0" end="100" time="200"/>
            </animation>
            <animation type="Hidden">
                <effect type="fade" end="0" start="100" time="200"/>
            </animation>
            <include>HeaderLeftTile</include>
            <include>HeaderLeftInfo</include>
        </control>
</include>

3. Add a <visible>-tag line like this:
Code:
<include name="GlobalLeftHeader">
        <control type="group" description="Left Side Header">
            <animation type="Visible">
                <effect type="fade" start="0" end="100" time="200"/>
            </animation>
            <animation type="Hidden">
                <effect type="fade" end="0" start="100" time="200"/>
            </animation>
            <visible>!Window.IsVisible(home) | Player.HasVideo</visible> <!-- MODIFIED: added -->
            <include>HeaderLeftTile</include>
            <include>HeaderLeftInfo</include>
        </control>
</include>
Reply
Hi there,

I wanted to change the day/date from Monday, 29 June 2015 to something like Mon, 29 Jun.

In Includes_Header.xml below:

Code:
<label>$INFO[System.Date(DDD)]$COMMA $INFO[System.Date(dd MMM yyyy)]</label>

what can I change to reflect the format I'm looking for? Thanks!

Edit: NVM, got it from here: http://kodi.wiki/view/InfoLabels
Reply
Dumb question but how do I actually access the right folder and files to make these edits? Can't seem to find it in the file manager. I am running this on a Shield Android TV. How would I go about editing it when found? Copy to my PC for easy editing then copy back to the right folder?
Reply
how can i hide the Media center text in the main menu ?

edit:
i was find how to do this Smile
in Includes_Header.xml
change this
Quote:<include name="GlobalTopBar">
<control type="group">
<include>GlobalLeftHeader</include>
</control>
<control type="group" description="Main Header">
<visible>!Window.IsActive(DialogButtonMenu.xml)</visible>
<include>Animation.VisibleFadeIn</include>
<include>Animation.VisibleFadeOut</include>
<control type="group">
<posx>-10</posx>
<include>HeaderMainInfo</include>
</control>
<control type="group">
<include>Animation.VisibleFadeIn</include>
<include>Animation.VisibleFadeOut</include>
<visible>!Window.IsActive(DialogKaiToast.xml)</visible>
<include>HeaderRightInfo</include>
</control>
</control>
</include>

to this
Quote:<include name="GlobalTopBar">
<control type="group">
<include>GlobalLeftHeader</include>
</control>
<control type="group" description="Main Header">
<visible>!Window.IsActive(DialogButtonMenu.xml)</visible>
<include>Animation.VisibleFadeIn</include>
<include>Animation.VisibleFadeOut</include>
<control type="group">
<posx>-10</posx>
</control>
<control type="group">
<include>Animation.VisibleFadeIn</include>
<include>Animation.VisibleFadeOut</include>
<visible>!Window.IsActive(DialogKaiToast.xml)</visible>
<include>HeaderRightInfo</include>
</control>
</control>
</include>
Big Grin

Image
Reply
I don't post my edits as I'm very new to this. Thought I would share my modification. I edited the Arctic Zephyr skin but mouse support wasn't great, so I edited this skin to look like my Zephyr edit, I call it Arctic Eminence. Only thing is the popout menu seems to overlap when in full wall mode.

I've removed the icons to the bottom bar and disabled tall icons. Shifted a few things around, increased the size of the hubs and added an extra menu button. Increased the size of wall view and decreased the size of the icons. Having trouble adding the original wall view back into the skin as an extra view, if anyone has any advice.

watch gallery
Reply
(2015-08-15, 17:18)p0rchgopher Wrote: I don't post my edits as I'm very new to this. Thought I would share my modification. I edited the Arctic Zephyr skin but mouse support wasn't great, so I edited this skin to look like my Zephyr edit, I call it Arctic Eminence. Only thing is the popout menu seems to overlap when in full wall mode.

I've removed the icons to the bottom bar and disabled tall icons. Shifted a few things around, increased the size of the hubs and added an extra menu button. Increased the size of wall view and decreased the size of the icons. Having trouble adding the original wall view back into the skin as an extra view, if anyone has any advice.

watch gallery

I would love to see the xml for this...I absolutely love the skin, it actually switched me back from another media center software. Only thing I would want to change myself is to 'zoom' it in and increase the size of the wall views and hubs, seems you have achieved this.
Reply
Hi,

Question, I want to change my colors and stuff. But the map skin.eminence is missing? So how can I change the colors and stuff now?

This post can be deleted, already found itSmile Thanks
Reply
I made my own custom hub thanks to the script of another user:

Image
Reply
Hi,

Is there any simulator for the theme so i can see the changes live instead of going on every change to the settings and change to a different color scheme & back again?
Or do you know an easy way that i can know what is the names of the codes apply to in the theme?
Reply
I'd really like to remove the clock. I don't have the option in any menus. Can someone please post an xml file that can do this?


Thanks!
Reply
I went with similar approach to p0rchgopher but was a bit more minimalistic and added a few custom hubs

Image
Reply
  • 1
  • 6
  • 7
  • 8(current)
  • 9
  • 10
  • 14

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