Kodi Community Forum

Full Version: Eminence 2 MOD (DISCONTINUED) - Jarvis & Krypton
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I have an issue that my kodi starts on the in progress widget instead of the menu is there a way to fix this?
(2015-12-12, 22:28)n4kk Wrote: [ -> ]I am also experiencing the white text on white background as depicted in post #66. I am using the light theme.
Glad I wasn't the only one.

Way to sort it out, is to change the fanarts transparency to 100%

Skin settings - Background - Fanarts transparency


(2015-12-12, 22:39)Shogun Wrote: [ -> ]Of course.

script-cu-lrclyrics-main.xml:

Code:
<?xml version="1.0" encoding="UTF-8"?>
<window>
    <allowoverlay>no</allowoverlay>
    <zorder>1</zorder>
    <controls>
        <control type="group">
            <include>Animation.FadeIn</include>
            <include>Animation.FadeOut</include>
            <control type="group">
    
                <control type="group">
                    <top>0</top>
                    <bottom>600</bottom>
                    <width>100%</width>
                    
                    <!-- ** Required ** Do not change <id> or <type> (Smooth scrolling list for lyrics) -->
                    <control type="list" id="110">
                        <left>10</left>
                        <right>100</right>
                        <top>0</top>
                        <bottom>0</bottom>
<!-- Modification Onleft -->                        
                        <onleft>back</onleft>
<!-- Modification Onright -->                        
                        <onright>back</onright>
                        <onup>110</onup>
                        <ondown>110</ondown>
                        <pagecontrol>111</pagecontrol>
                        <scrolltime>200</scrolltime>
                        <itemlayout height="60" width="1720">
                            <control type="label">
                                <width>100%</width>
                                <align>left</align>
                                <selectedcolor>$VAR[HighlightColor2]</selectedcolor>
                                <info>ListItem.Label</info>
<!-- Ajout Textcolor -->                                
                                <textcolor>FFc0c0c0</textcolor>
                                <font>Lyrics</font>
                            </control>
                        </itemlayout>
                        <focusedlayout height="60" width="1720">
                            <control type="label">
                                <width>100%</width>
                                <align>left</align>
                                <textcolor>$VAR[HighlightColor2]</textcolor>
                                <selectedcolor>$VAR[HighlightColor2]</selectedcolor>
                                <info>ListItem.Label</info>
                                <font>Lyrics</font>
                            </control>
                        </focusedlayout>
                    </control>
                    <!-- ** Required ** Do not change <id> or <type> (Song Chooser if it gets it wrong) -->
                    <control type="list" id="120">
                        <left>100</left>
                        <right>100</right>
                        <top>SidePad</top>
                        <bottom>30</bottom>
                        <onleft>111</onleft>
                        <onright>111</onright>
                        <onup>110</onup>
                        <ondown>110</ondown>
                        <pagecontrol>111</pagecontrol>
                        <scrolltime>200</scrolltime>
                        <itemlayout height="50">
                            <control type="label">
                                <width>1720</width>
                                <selectedcolor>$VAR[HighlightColor2]</selectedcolor>
                                <info>ListItem.Label</info>
<!-- Ajout Textcolor -->                                  
                                <textcolor>$VAR[HighlightColor2]</textcolor>
                            </control>
                        </itemlayout>
                        <focusedlayout height="50">
                            <control type="label">
                                <width>1720</width>
                                <textcolor>$VAR[HighlightColor2]</textcolor>
                                <selectedcolor>$VAR[HighlightColor2]</selectedcolor>
                                <info>ListItem.Label</info>
                            </control>
                        </focusedlayout>
                    </control>
                    
                    <control type="label" id="200">
                        <description>Scraper label</description>
                        <visible>false</visible>
                    </control>
                
                </control>
              
            </control>
      
        </control>
    </controls>
</window>

MusicVisualisation.xml:

Code:
<?xml version="1.0" encoding="UTF-8"?>
<window>
    <!-- visualisation -->
    <defaultcontrol>-</defaultcontrol>
    <onload condition="System.HasAddon(script.artistslideshow)">RunScript(script.artistslideshow)</onload>
    <controls>

    <control type="visualisation" id="2">
            <visible>Skin.HasSetting(OSDVisualisation.ShowFanart) | [!Skin.HasSetting(musicvis.fanartfallback) + [!System.HasAddon(script.artistslideshow) | !Skin.HasSetting(ArtistSlideShow.Enabled)]] | [Skin.HasSetting(musicvis.fanartfallback) + [!System.HasAddon(script.artistslideshow) | !Skin.HasSetting(ArtistSlideShow.Enabled)] + IsEmpty(Player.Art(fanart))]</visible>
            <description>visualisation</description>
            <include>Dimensions_Fullscreen</include>
        </control>
        <control type="image">
            <aspectratio>scale</aspectratio>
            <include>Dimensions_Fullscreen</include>
            <texture background="true">$INFO[Player.Art(fanart)]</texture>
            <visible>!System.HasAddon(script.artistslideshow) | !Skin.HasSetting(ArtistSlideShow.Enabled)</visible>
            <visible>Skin.HasSetting(musicvis.fanartfallback)</visible>
            <visible>!IsEmpty(Player.Art(fanart))</visible>
            <animation effect="fade" start="100" end="65" time="0" condition="Skin.HasSetting(OSDVisualisation.ShowFanart)">Conditional</animation>
            <animation effect="zoom" start="110" end="130" center="auto" time="10000" tween="sine" easing="inout" pulse="true" condition="Skin.HasSetting(ArtistSlideshow.Animate)">Conditional</animation>
            <animation effect="slide" start="-30,-30" end="30,30" time="6000" tween="sine" easing="inout" pulse="true" condition="Skin.HasSetting(ArtistSlideshow.Animate)">Conditional</animation>
        </control>
        <control type="multiimage">
            <aspectratio>scale</aspectratio>
            <include>Dimensions_Fullscreen</include>
            <timeperimage>10000</timeperimage>
            <randomize>true</randomize>
            <fadetime>600</fadetime>
            <loop>yes</loop>
            <imagepath background="true">$INFO[Window(Visualisation).Property(ArtistSlideshow)]</imagepath>
            <visible>System.HasAddon(script.artistslideshow) + Skin.HasSetting(ArtistSlideShow.Enabled)</visible>
            <animation effect="fade" start="100" end="65" time="0" condition="Skin.HasSetting(OSDVisualisation.ShowFanart)">Conditional</animation>
            <animation effect="zoom" start="110" end="130" center="auto" time="10000" tween="sine" easing="inout" pulse="true" condition="Skin.HasSetting(ArtistSlideshow.Animate)">Conditional</animation>
            <animation effect="slide" start="-30,-30" end="30,30" time="6000" tween="sine" easing="inout" pulse="true" condition="Skin.HasSetting(ArtistSlideshow.Animate)">Conditional</animation>
        </control>

<!-- Ajout Control Group -->                
        <control type="group"> <!--OnScreen Info-->
            <left>0</left>
            <top>480</top>
            <visible>[Player.ShowInfo | Window.IsActive(MusicOSD)] + ![Window.IsVisible(AddonSettings) | Window.IsVisible(SelectDialog) | Window.IsVisible(VisualisationPresetList)]</visible>
            <include>VisibleFadeEffect</include>
            <include>Window_OpenClose_Animation</include>
            <control type="image"> <!--Set Panel-->
                <top>104</top>
                <width>1920</width>
                <height>480</height>
            <texture colordiffuse="FanartFade">common/gradient_small.png</texture>
            </control>
            <control type="group"> <!--Next Up Info-->
                <left>1674</left>
                <top>168</top>
                <width>227</width>
                <height>352</height>
                <control type="label">
                    <height>40</height>
                    <font>Font-Music2</font>
                    <align>right</align>
                    <textcolor>ListLabel</textcolor>
                    <label>• • • $LOCALIZE[19031]</label>
                    <visible>!IsEmpty(MusicPlayer.offset(1).Title)</visible>                    
                </control>
                <control type="image">
                    <left>22</left>
                    <top>41</top>
                    <width>200</width>
                    <height>200</height>
                    <texture>osd/cdinside.png</texture>
                    <visible>!IsEmpty(MusicPlayer.offset(1).Title)</visible>
                </control>

                <control type="image">
                    <left>26</left>
                    <top>45</top>
                    <width>192</width>
                    <height>192</height>
                    <aligny>top</aligny>
                    <aspectratio align="right">keep</aspectratio>
                    <fadetime>300</fadetime>
                    <texture background="true" fallback="osd/cd.png">$INFO[Skin.String(musiccdart.location)]$INFO[MusicPlayer.offset(1).Artist]$INFO[MusicPlayer.offset(1).Album,/,.png]</texture>
                </control>
                <control type="image">
                    <left>22</left>

                    <top>41</top>
                    <width>200</width>
                    <height>200</height>                <texture>$INFO[MusicPlayer.offset(1).Cover]</texture>
                    <visible>!Substring(MusicPlayer.offset(1).Cover,DefaultAlbumCover.png)</visible>
                </control>
                <control type="image">
                    <top>37</top>
                    <height>208</height>
                    <aspectratio align="right">keep</aspectratio>
                    <texture>osd/cdcase.png</texture>
                    <visible>!IsEmpty(MusicPlayer.offset(1).Title)</visible>
                </control>
                <control type="grouplist">
                    <top>247</top>
                    <height>100</height>
                    <itemgap>5</itemgap>
                    <control type="label">
                        <height>20</height>
                        <font>Font-Music2</font>
                        <textcolor>ListLabel</textcolor>
                        <align>right</align>
                        <aligny>top</aligny>
                        <scroll>true</scroll>
                        <label>$INFO[MusicPlayer.offset(1).Title]</label>
                    </control>
                    <control type="label">
                        <height>20</height>
                        <font>Font-Music2</font>
                        <textcolor>ListLabel</textcolor>
                        <align>right</align>
                        <aligny>top</aligny>
                        <scroll>true</scroll>
                        <label>[NEGATIVE SQUARED LATIN CAPITAL LETTER B][UPPERCASE]$INFO[MusicPlayer.offset(1).Artist,][/UPPERCASE][/B]</label>
                    </control>
                    <control type="label">
                        <height>60</height>
                        <font>Font-Music2</font>
                        <textcolor>white</textcolor>
                        <align>right</align>
                        <aligny>top</aligny>
                        <scroll>true</scroll>
                        <wrapmultiline>true</wrapmultiline>
                        <label>[I]$INFO[MusicPlayer.offset(1).Album,][/I]</label>
                    </control>
                </control>
            </control>
            <control type="group"> <!--Song Info Panel-->
                <left>850</left>
                <top>140</top>
                <width>810</width>
                <height>410</height>
                <control type="image">
                    <left>70</left>
                    <top>270</top>
                    <width>300</width>
                    <height>117</height>
                    <aspectratio>keep</aspectratio>
                    <texture border="5" background="true">$INFO[Skin.String(artworklocation)]$INFO[MusicPlayer.Artist,,/logo.png]</texture>
                </control>
                <control type="image">
                    <left>669</left>
                    <top>303</top>
                    <width>130</width>
                    <aspectratio align="left">keep</aspectratio>
                    <texture colordiffuse="LineLabel" fallback="indicator/fallback.png">$INFO[MusicPlayer.Codec,indicator/audio/,.png]</texture>
                </control>
                <control type="label"> <!--Song Info Text-->
                    <height>80</height>
                    <font>Font-Music1</font>
                    <align>right</align>    
                    <textoffsetx>13</textoffsetx>
                    <textcolor>white</textcolor>
                    <scroll>true</scroll>
                    <scrollsuffix>   •   </scrollsuffix>
                    <label>$INFO[MusicPlayer.Artist]</label>
                </control>    
                <control type="grouplist">
                    <top>90</top>
                    <width>813</width>
                    <height>450</height>
                    <itemgap>10</itemgap>            
                    <control type="label">
                        <height>40</height>
                        <align>right</align>
                        <aligny>top</aligny>
                        <font>Font-Music3</font>
                        <textoffsetx>13</textoffsetx>
                        <textcolor>white</textcolor>
                        <scroll>true</scroll>
                        <scrollsuffix>   •   </scrollsuffix>
                        <label>[COLOR=$VAR[HighlightColor2]]$INFO[MusicPlayer.Year][/COLOR][I]$INFO[MusicPlayer.Album, • ,][/I]</label>
                    </control>
                    <control type="label">
                        <height>21</height>
                        <label>-</label>
                    </control>
                    <control type="label">
                        <height>40</height>
                        <font>Font-Music3</font>
                        <align>right</align>
                        <textoffsetx>13</textoffsetx>
                        <textcolor>white</textcolor>
                        <scroll>true</scroll>
                        <scrollsuffix>   •   </scrollsuffix>
                        <label>[COLOR=$VAR[HighlightColor2]]$INFO[MusicPlayer.TrackNumber,,. ][/COLOR]$INFO[Player.Title]</label>
                    </control>
                    <control type="label">
                        <height>40</height>
                        <label>-</label>
                    </control>
                    <control type="label">
                        <height>50</height>
                        <align>right</align>
                        <font>Font-Music3</font>
                        <textcolor>$VAR[HighlightColor2]</textcolor>
                        <textoffsetx>13</textoffsetx>
                        <label>$INFO[Player.Time][COLOR=white] / [/COLOR]$INFO[Player.Duration]</label>
                    </control>
                    <control type="label">
                        <width>667</width>
                        <height>50</height>
                        <font>Font-Music2</font>
                        <align>right</align>
                        <textcolor>white</textcolor>
                        <label>[COLOR=$VAR[HighlightColor2]]$INFO[MusicPlayer.Bitrate][/COLOR] kbps  [COLOR=$VAR[HighlightColor2]]$INFO[MusicPlayer.Samplerate][/COLOR] kHz   [CR][COLOR=$VAR[HighlightColor2]]$INFO[MusicPlayer.BitsPerSample][/COLOR] Bits  [COLOR=$VAR[HighlightColor2]]$INFO[MusicPlayer.Channels][/COLOR] $LOCALIZE[31528]   </label>
                    </control>
                </control>
            </control>
            <control type="group"> <!--CD Art Display-->
                <left>80</left>
                <top>95</top>
                <control type="image">
                    <width>450</width>
                    <height>450</height>
                    <aspectratio align="right">keep</aspectratio>
                    <texture>osd/cdinside.png</texture>
                </control>
                <control type="image">
                    <left>16</left>
                    <top>16</top>
                    <width>420</width>
                    <height>420</height>
                    <aligny>top</aligny>
                    <aspectratio align="left">keep</aspectratio>
                    <fadetime>300</fadetime>
                    <animation effect="slide" end="240,0" time="1500" reverisble="true" condition="!StringCompare(MusicPlayer.Cover,DefaultAlbumCover.png)">Conditional</animation>
                    <animation effect="slide" end="0,0" reverisble="true" time="1500" condition="StringCompare(MusicPlayer.Cover,DefaultAlbumCover.png)">Conditional</animation>
                    <animation effect="rotate" end="-360" center="auto" time="4800" loop="true" reversible="false" condition="!Player.Paused">Conditional</animation>
                    <!--<texture background="true" fallback="osd/cd.png">$INFO[Player.FolderPath]cdart.png</texture>-->
                    <texture background="true" fallback="osd/cd.png">$INFO[Skin.String(musiccdart.location)]$INFO[MusicPlayer.Artist]$INFO[MusicPlayer.Album,/,.png]</texture>
                </control>
                <control type="label">
                    <left>26</left>
                    <top>75</top>
                    <width>400</width>
                    <height>40</height>
                    <angle>270</angle>
                    <align>center</align>
                    <font>Font-Music2</font>
                    <textcolor>ListLabe
l</textcolor>
                    <label>[UPPERCASE]$INFO[MusicPlayer.Property(Album_Label)]  [/UPPERCASE]</label>
                </control>
                <control type="image">
                    <include>VisibleFadeEffect</include>
                    <width>450</width>
                    <height>450</height>
                    <aspectratio align="right">keep</aspectratio>
                    <texture>$INFO[Player.Art(thumb)]</texture>
                    <visible>!Substring(Player.Art(thumb),DefaultAlbumCover.png)</visible>
                </control>
                <control type="image">
                    <left>-54</left>
                    <top>-10</top>
                    <width>516</width>
                    <height>470</height>
                    <aspectratio align="right">keep</aspectratio>
                    <texture>osd/cdcase.png</texture>
                </control>
            </control>
        </control>        

    </controls>

</window>

The code is far from perfect, but it does the job (for me).

My Milkdrop2 Preset is "Geiss - Blur Mix 3.milk". If you just want to use this preset (and if you use milkdrop2), delete the other presets in "C:\Users\...\AppData\Roaming\Kodi\addons\visualization.milkdrop2\resources\Milkdrop2\presets" or "C:\Program Files (x86)\Kodi\addons\visualization.milkdrop2\resources\Milkdrop2\presets".
Make a backup too.

Have fun and props to Guilouz and anyone else involved to make these great visualitations/settings/graphics.
Meh, back to white text on white background Sad
(2015-12-13, 23:40)Isgak_Abrahams Wrote: [ -> ]Meh, back to white text on white background Sad

I have not reproduce this default. I have restore my skin settings to default. I have white background with dark text...
(2015-12-13, 23:40)Isgak_Abrahams Wrote: [ -> ]Meh, back to white text on white background Sad

I only experience this in the skin settings. Outside of that I get normal black text on white background. Even after changing fanart transparency to 100% nothing changes. Same old behavior. Mine isn't as drastic. Its more like gray text on white background.
(2015-12-14, 03:00)Guilouz Wrote: [ -> ]
(2015-12-13, 23:40)Isgak_Abrahams Wrote: [ -> ]Meh, back to white text on white background Sad

I have not reproduce this default. I have restore my skin settings to default. I have white background with dark text...
I'll reset the skin to default and check, thanks
Loving this skin. Tried to install it on my kodi version and kept getting a missing dependencies error message. I am using 15.2 - where I believe you need to be on Jarvis to use the latest version

Do any of the previous versions work on Isengard at all?
No, it's for Jarvis only.
Sorry if I'm talking about something that has already been debated,
but because this version does not have the "Widget Carousel" Confused?
I liked so much ...
I just installed this mod, I am using Jarvis Beta 4. After install my home menu bar does not change layouts. I have even tried to reboot as suggested. I am wanting to use the test in tile ( slanted style). I also am not able to view the name of movie or tv show art above selection. Is there something I am not doing correctly I have made sure all install requirements in the settings menu are installed. Thank You
(2015-12-15, 22:12)iorifly Wrote: [ -> ]Sorry if I'm talking about something that has already been debated,
but because this version does not have the "Widget Carousel" Confused?
I liked so much ...

I don't touch to widget except for tiles. My widgets have the "carousel".

(2015-12-16, 03:36)EB1980 Wrote: [ -> ]I just installed this mod, I am using Jarvis Beta 4. After install my home menu bar does not change layouts. I have even tried to reboot as suggested. I am wanting to use the test in tile ( slanted style). I also am not able to view the name of movie or tv show art above selection. Is there something I am not doing correctly I have made sure all install requirements in the settings menu are installed. Thank You

Reloading home bar menu after change will be fixed in next release.
Thank you for your response, please excuse my ignorance. The 2 features I asked about are shown to work in the first page of this thread.
1) slanted home tiles with text in tiles
2) Name of content in the top center of screen.

So does this mean something may have happened when I installed the .zip file or is there something i may be doing incorrect?
New Update 1.0.9 :

Add debug grid in skin settings.
Image

Add new method to selecting views.
Image

Change sliders appearance.
Image Image
Image

Fix reloading home menu bar (Thanks avia).
Tweak seek bar load.
Other bugs fix.
I installed your new update, thank you. I am still experiencing the same issue here are 2 screenshots
Image
Image
(2015-12-16, 05:22)EB1980 Wrote: [ -> ]I installed your new update, thank you. I am still experiencing the same issue here are 2 screenshots
Image
Image

It must be something in the guisettings.xml and not in the actual skin.

Have your tried resetting the skin to defaults, or deleting guisettings.xml? (You will lose all your system settings i.e, Video output, audio output etc)

Best bet is rename guisettings to guisettings.xml_old and launch to see if the issue goes. You can then rename guisettings back to the original.