Kodi Community Forum
Eminence 2 MOD (DISCONTINUED) - Jarvis & Krypton - 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: Eminence (https://forum.kodi.tv/forumdisplay.php?fid=213)
+---- Thread: Eminence 2 MOD (DISCONTINUED) - Jarvis & Krypton (/showthread.php?tid=246430)



RE: Eminence 2 MOD (DISCONTINUED) - Jarvis & Krypton - pancit - 2016-08-12

Lovely skin. Clean and neat. Only skin I found to suit my needs. Have an option to show icons in home menu. Thanks. It's a pity it is discontinued...


RE: Eminence 2 MOD (DISCONTINUED) - Jarvis & Krypton - Sjors125 - 2016-08-19

I am using jurialmunkey's 2.5 version of this skin. What do I need to edit, to get these centered logo's in the free space above:

Image

and a counter for series AND episodes:

Image

in my skin?


RE: Eminence 2 MOD (DISCONTINUED) - Jarvis & Krypton - matthias.ertl - 2016-08-26

Hi,

i can / will not use the modded version of eminence 2.

is there an alternative way to have a TV Series Show - View like :


Image

and a Music Album / Single -View like:

Image

Thank You !


Iam using the original Eminence 2 for Jarvis with Kodi 17 Jarvis on a FireTVStick ...


RE: Eminence 2 MOD (DISCONTINUED) - Jarvis & Krypton - taurus35 - 2016-08-26

Is anyone else seeing the bug that's crept in, with an add-on update (I assume), whereby the movie length & Movie Collection info including mini posters is not showing up?


RE: Eminence 2 MOD (DISCONTINUED) - Jarvis & Krypton - Sjors125 - 2016-08-27

(2016-08-26, 22:14)taurus35 Wrote: Is anyone else seeing the bug that's crept in, with an add-on update (I assume), whereby the movie length & Movie Collection info including mini posters is not showing up?
I think that is an old bug, or perhaps a recurring one. The solution was to add one line of code to one of the skin xml's.

Just do this:

1) Close Kodi


2) Go to your Eminence 2 Mod folder, and select the home.xml located here:
Code:
C:\Users\username\AppData\Roaming\Kodi\addons\skin.eminence.2.mod-master\16x9


3) Edit that file with Notepad and add this code at line 16:
Code:
<onunload>ClearProperty(SkinHelper.WidgetContainer)</onunload>
and press enter, so that all other code goes one line down.
(check line breaking / word wrap so that you are really typing on line 16)


4) Save this file


5) Start Kodi again, it should work again

6) If it is not working, close and restart Kodi again.


RE: Eminence 2 MOD (DISCONTINUED) - Jarvis & Krypton - taurus35 - 2016-08-27

Hi Sjors125,

Thanks for your reply, as you can see from the code below I have that line in my file. I had it all working OK after the initial bug but something has broke it again.

<?xml version="1.0" encoding="UTF-8"?>
<window>
<!-- home -->
<backgroundcolor>Background</backgroundcolor>
<defaultcontrol always="true">9000</defaultcontrol>
<onload>RunScript(script.skinshortcuts,type=buildxml&amp;mainmenuID=9000&amp;group=mainmenu|x1101|x1102|x1103|x1104|x1105|x1106|x1107|x1108|x1109|x1110|x1111|x1112|x1113|x1114|x1115|powermenu)</onload>
<onload>ClearProperty(Header.Label,home)</onload>
<onload>ClearProperty(Header.Icon,home)</onload>
<onload>ClearProperty(HighlightColor,home)</onload>
<!-- Ajout Onload -->
<onload>ClearProperty(TextColor,home)</onload>
<onload>ClearProperty(FO9001)</onload>
<onload>ClearProperty(extinfo,home)</onload>
<onload>SetProperty(HubReturn,Home)</onload>
<onload>SetProperty(SkinHelper.WidgetContainer,9001)</onload>
<onunload>ClearProperty(SkinHelper.WidgetContainer)</onunload>
<!-- Modification Onload -->
<onload condition="IsEmpty(Skin.String(HomeStyle))">Skin.SetString(HomeStyle, beveled)</onload>
<onload condition="!IsEmpty(Skin.String(home.headericon))">SetProperty(Header.Icon,$INFO[Skin.String(home.headericon)])</onload>
<onload condition="!IsEmpty(Skin.String(home.headertext))">SetProperty(Header.Label,$INFO[Skin.String(home.headertext)])</onload>
<onunload>SetProperty(Header.Label,$INFO[Container(9000).ListItem.Label],home)</onunload>
<onunload>SetProperty(Header.Icon,$INFO[Container(9000).ListItem.Icon],home)</onunload>

Any help on getting this to work again will be greatly appreciated.

Cheers


RE: Eminence 2 MOD (DISCONTINUED) - Jarvis & Krypton - Sjors125 - 2016-08-27

As the last time this was a skinhelper bug, have you already asked it in the skin helper topic?
I have found my answers there, so perhaps they can help you further.

I do not understand all those codes, just knew what to edit because it was posted somewhere else.


RE: Eminence 2 MOD (DISCONTINUED) - Jarvis & Krypton - Sjors125 - 2016-08-27

(2016-08-26, 09:29)matthias.ertl Wrote: Hi,

i can / will not use the modded version of eminence 2.

is there an alternative way to have a TV Series Show - View like :


Image

and a Music Album / Single -View like:

Image

Thank You !


Iam using the original Eminence 2 for Jarvis with Kodi 17 Jarvis on a FireTVStick ...

Your answer is probably the same as mine: find the appropriate xml in de mod version of this skin and copy the changes to the original Eminence 2 skin
I don't know however, what xml's and what lines of code to look for.


RE: Eminence 2 MOD (DISCONTINUED) - Jarvis & Krypton - User 263865 - 2016-08-28

(2015-12-19, 07:34)Guilouz Wrote:
(2015-12-19, 02:01)HexOmega Wrote: Guilouz, i just noticed that the language and subtitle language icones are displayed for the first language only. So i made some search and i found that:

Quote:This is a in-core replacement for script.videolanguage. Since we already know about the streamdetails there's no need to perform additional json look-ups just to fill those.

If available, the following audio and subtitle based properties will be filled from streamdetails:

ListItem.Property(AudioCodec.[n])
ListItem.Property(AudioLanguage.[n])
ListItem.Property(AudioChannels.[n])
ListItem.Property(SubtitleLanguage.[n])
Unlike the script this is setting the properties on the actual ListItem. Skins just need to replace Window.Property with ListItem.Property. After that the script dependency can be ditched.

Sources: https://github.com/xbmc/xbmc/pull/7921

Adding in next update Wink

I know this may sound strange and outdated, but is it possible to bring this feature to jarvis? I specifically need ListItem.Property(AudioChannels.[n]) , this doesn't work in jarvis, but I checked it is working in krypton

Edit: actually it is working fine , I forgot about the path to the images, my bad


RE: Eminence 2 MOD (DISCONTINUED) - Jarvis & Krypton - Sjors125 - 2016-09-10

What is the latest version of this skin right now? is it still the version in the opening post? And what bugs are still not fixed?
I am using jurialmunkey's 2.5 version at the moment, but I miss some really nice features of Guilouz' mod.


RE: Eminence 2 MOD (DISCONTINUED) - Jarvis & Krypton - shorty1483 - 2016-09-14

I made some modifications for myself. Perhaps anyone can use it too. Thanks to Giulouz and jurialmunkey for this great skin.

Move Clearlogo above Tile on Homescreen
Image

Removed frame around media flags to get a cleaner look + adding IMDb Top 250 Position in Library and Hub
Image

Removed for me unnecessary buttons + adding an Extendedinfo button in VideoInfo
Image

Changed IMDb Rating with count to IMDb+Tomatometer+Metascore in VideoInfo
Image


Just paste the zipped files in the appropriate directory in skin folder.

https://1drv.ms/u/s!Ai4ct6wPYF8EifF1md10lN0DB2aEvA


RE: Eminence 2 MOD (DISCONTINUED) - Jarvis & Krypton - Sjors125 - 2016-09-14

(2016-09-14, 10:33)shorty1483 Wrote: I made some modifications for myself. Perhaps anyone can use it too. Thanks to Giulouz and jurialmunkey for this great skin.

Move Clearlogo above Tile on Homescreen
Image

Removed frame around media flags to get a cleaner look + adding IMDb Top 250 Position in Library and Hub
Image

Removed for me unnecessary buttons + adding an Extendedinfo button in VideoInfo
Image

Changed IMDb Rating with count to IMDb+Tomatometer+Metascore in VideoInfo
Image


Just paste the zipped files in the appropriate directory in skin folder.

https://1drv.ms/u/s!Ai4ct6wPYF8EifF1md10lN0DB2aEvA
Looks very good.
What is the appropriate folder (on Windows 10 and on Android)?
What do I do, when I do want the extended info button, but not wanbt to remove the other buttons?
What happens with the frame that is around movie studio icons? Is that removed too?


RE: Eminence 2 MOD (DISCONTINUED) - Jarvis & Krypton - shorty1483 - 2016-09-14

You need to install first the mod from page 1 by Guilouz.and then replace the files inside with the ones from my zip.

Android: Android/data/org.xbmc.kodi/files/.kodi/addons/skin.eminence.2.mod

Windows: Start - type %APPDATA%\kodi\addons\skin.eminence.2.mod

Make backup before replacing the files.

gesendet von meinem Galaxy Tab S2 LTE


RE: Eminence 2 MOD (DISCONTINUED) - Jarvis & Krypton - Sjors125 - 2016-09-14

Oh, just in the Eminence home folders, I thought I needed some specific subfolder. Thanks.

What about keeping some of the buttons you removed?


RE: Eminence 2 MOD (DISCONTINUED) - Jarvis & Krypton - shorty1483 - 2016-09-14

I updated the zip above to show all buttons @Sjors125

Btw, was anybody able to customize the skin to show CDArt in movie or TV sections? Was not able to accomplish until now.