Linux Transparency! skin and Experimental Google Music Addon.
#2
yup, it's a bug in the skin.

it will be fixed in the next version of T! (for Kodi Jarvis).

if you'll like to fix it locally,
you need to modify ../skin.transparency/720p/View_Fanart.xml

at line 1307, insert: <visible>!Window.IsVisible(MusicFiles)</visible>

so it will look like this:
Code:
            <control type="label">
                <posx>262</posx>
                <posy>577</posy>
                <width>510</width>
                <height>30</height>
                <font>font-30</font>
                <textcolor>blue</textcolor>
                <shadowcolor>black</shadowcolor>
                <align>left</align>
                <aligny>center</aligny>
                <label>$VAR[ViewFanartLabel6]</label>
                <visible>!Window.IsVisible(MusicFiles)</visible>
            </control>
Do not PM or e-mail Team-Kodi members directly asking for support.
Always read the Forum rules, Kodi online-manual, FAQ, Help and Search the forum before posting.
Reply


Messages In This Thread
RE: Transparency! skin and Experimental Google Music Addon. - by ronie - 2015-11-15, 19:32
Logout Mark Read Team Forum Stats Members Help
Transparency! skin and Experimental Google Music Addon.0