Kodi Community Forum

Full Version: Problem with MusicOSD
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,
where do I find the OSDRepeatOffOF.png? Or the Value in a .xml.
It

Thanks
(2017-09-01, 21:06)tjost Wrote: [ -> ]Hi,
where do I find the OSDRepeatOffOF.png? Or the Value in a .xml.
It

Thanks
Without you being more specific...

I suggest to check variables.xml for MusicOSDRepeatButtonVar.

I think that is what you are looking for but without some more info I am just guessing Confused
Yes I did this.
So repeat one focus/no focus
repeat all Focus/no focus
And repeat off no focus
But on focus it dosent show an icon
Maybe something in your code then... Huh

Would need to see the whole xml and VAR to help.
PHP Code:
<?xml version="1.0" encoding="UTF-8"?>
<window>
    <defaultcontrol always="true">602</defaultcontrol>
    <coordinates>
        <system>1</system>
        <left>0</left>
        <top>0</top>
    </coordinates>
    <controls>
        <control type="group">
            <animation effect="slide" end="0,-238" time="240" tween="quadratic" condition="Window.IsVisible(selectdialog) | Window.IsVisible(script-cu-lrclyrics-main.xml)">Conditional</animation>
            <animation effect="slide" start="0,-238" end="0,0" time="240" tween="quadratic">WindowOpen</animation>
            <animation effect="slide" end="0,-238" start="0,0" time="240" tween="quadratic">WindowClose</animation>
            <control type="image">
                <width>100%</width>
                <top>0</top>
                <height>61</height>
                <texture>darky.png</texture>
            </control>
            <control type="grouplist" id="202">
                <top>0</top>
                <left>35</left>
                <height>60</height>
                <width>100%</width>
                <align>center</align>
                <scrolltime tween="sine">200</scrolltime>
                <orientation>horizontal</orientation>
                <onup>706</onup>
                <ondown>802</ondown>
                <onleft>202</onleft>
                <onright>202</onright>
                <control type="button" id="802">
                    <texturefocus>audiobutton/rate_focus.png</texturefocus>
                    <texturenofocus>audiobutton/rate.png</texturenofocus>
                    <label />
                    <width>60</width>
                    <height>60</height>
                    <font />
                    <onclick>SetRating</onclick>
                </control>
                <control type="button" id="700">
                    <texturefocus>audiobutton/playlist_focus.png</texturefocus>
                    <texturenofocus>audiobutton/playlist.png</texturenofocus>
                    <label />
                    <width>60</width>
                    <height>60</height>
                    <font />
                    <onclick>Close</onclick>
                    <onclick>ActivateWindow(MusicPlaylist)</onclick>
                </control>
                <control type="button" id="500">
                    <texturefocus>audiobutton/visu_focus.png</texturefocus>
                    <texturenofocus>audiobutton/visu.png</texturenofocus>
                    <label />
                    <width>60</width>
                    <height>60</height>
                    <font />
                </control>
                <control type="button" id="702">
                    <texturefocus>audiobutton/settings_focus.png</texturefocus>
                    <texturenofocus>audiobutton/settings.png</texturenofocus>
                    <label />
                    <width>60</width>
                    <height>60</height>
                    <font />
                    <onclick>Addon.Default.OpenSettings(xbmc.player.musicviz)</onclick>
                    <visible>Visualisation.Enabled</visible>
                </control>
                <control type="button" id="705">
                    <texturefocus>osd/buttons_white/OSDVideoFO.png</texturefocus>
                    <texturenofocus>osd/buttons_white/OSDVideoNF.png</texturenofocus>
                    <width>60</width>
                    <height>60</height>
                    <font />
                    <onclick>ActivateWindow(visualisationpresetlist)</onclick>
                    <visible>Visualisation.HasPresets</visible>
                </control>
                <control type="button" id="600">
                    <texturefocus>audiobutton/back_focus.png</texturefocus>
                    <texturenofocus>audiobutton/back.png</texturenofocus>
                    <label />
                    <width>60</width>
                    <height>60</height>
                    <font />
                    <onclick>PlayerControl(Previous)</onclick>
                </control>
                <control type="button" id="601">
                    <texturefocus>audiobutton/fastback_focus.png</texturefocus>
                    <texturenofocus>audiobutton/fastback.png</texturenofocus>
                    <label />
                    <width>60</width>
                    <height>60</height>
                    <font />
                    <onclick>PlayerControl(Rewind)</onclick>
                </control>
                <control type="togglebutton" id="602">
                    <texturefocus>audiobutton/pause_focus.png</texturefocus>
                    <texturenofocus>audiobutton/pause.png</texturenofocus>
                    <alttexturefocus>audiobutton/play_focus.png</alttexturefocus>
                    <alttexturenofocus>audiobutton/play.png</alttexturenofocus>
                    <label />
                    <altlabel>208</altlabel>
                    <width>60</width>
                    <height>60</height>
                    <font />
                    <usealttexture>Player.Paused | Player.Forwarding | Player.Rewinding</usealttexture>
                    <onclick>PlayerControl(Play)</onclick>
                </control>
                <control type="button" id="603">
                    <texturefocus>audiobutton/stop_focus.png</texturefocus>
                    <texturenofocus>audiobutton/stop.png</texturenofocus>
                    <label />
                    <width>60</width>
                    <height>60</height>
                    <font />
                    <onclick>PlayerControl(Stop)</onclick>
                </control>
                <control type="button" id="604">
                    <texturefocus>audiobutton/fastforward_focus.png</texturefocus>
                    <texturenofocus>audiobutton/fastforward.png</texturenofocus>
                    <label />
                    <width>60</width>
                    <height>60</height>
                    <font />
                    <onclick>PlayerControl(Forward)</onclick>
                </control>
                <control type="button" id="605">
                    <texturefocus>audiobutton/forward_focus.png</texturefocus>
                    <texturenofocus>audiobutton/forward.png</texturenofocus>
                    <label />
                    <width>60</width>
                    <height>60</height>
                    <font />
                    <onclick>PlayerControl(Next)</onclick>
                </control>
                <control type="button" id="703">
                    <texturefocus>audiobutton/lyrics_focus.png</texturefocus>
                    <texturenofocus>audiobutton/lyrics.png</texturenofocus>
                    <label />
                    <width>60</width>
                    <height>60</height>
                    <font />
                    <onclick>Close</onclick>
                    <onclick>RunScript(script.cu.lrclyrics)</onclick>
                </control>
                <control type="togglebutton" id="704">
                    <texturefocus>audiobutton/shuffle_off_focus.png</texturefocus>
                    <texturenofocus>audiobutton/shuffle_off.png</texturenofocus>
                    <alttexturefocus>audiobutton/shuffle_on_focus.png</alttexturefocus>
                    <alttexturenofocus>audiobutton/shuffle_on.png</alttexturenofocus>
                    <label />
                    <width>60</width>
                    <height>60</height>
                    <font />
                    <usealttexture>Playlist.IsRandom</usealttexture>
                    <onclick>PlayerControl(Random)</onclick>
                </control>
                <control type="button" id="707">
                    <width>0.1</width>
                    <height>0.1</height>
                    <texturefocus />
                    <texturenofocus />
                    <label>$LOCALIZE[486]$INFO[Playlist.Repeat, : ]</label>
                    <font />
                    <onclick>PlayerControl(Repeat)</onclick>
                </control>
                <control type="image" id="708">
                    <texture>$VAR[MusicOSDRepeatButtonVar]</texture>
                    <alttexturefocus>audiobutton/repeat_off_focus.png</alttexturefocus>
                    <width>60</width>
                    <height>60</height>
                </control>
                <control type="button" id="706">
                    <texturefocus>audiobutton/skin_focus.png</texturefocus>
                    <texturenofocus>audiobutton/skin.png</texturenofocus>
                    <label />
                    <width>60</width>
                    <height>60</height>
                    <font />
                    <onclick>Dialog.Close(musicosd)</onclick>
                    <onclick>ActivateWindow(1120)</onclick>
                    <onclick>SetProperty(MusicOSD.Settings,True,home)</onclick>
                </control>
            </control>
        </control>
    </controls>
</window> 
download the AEON minimal Skin from my REPo please

http://mraap.de/kodi

I canĀ“t post the whole Code here.
The anime skin?

Link says it has not been updated since April...

Can you send me a PM of your latest skin version instead. This link/repo just seems a little weird to me Confused
You are missing the repeat_focus.png image in your media/audiobutton folder Wink
Thank you ever so much. This was very helpful.