diff options
Diffstat (limited to 'addons/skin.estuary/1080i/Custom_1105_MusicOSDSettings.xml')
-rw-r--r-- | addons/skin.estuary/1080i/Custom_1105_MusicOSDSettings.xml | 67 |
1 files changed, 0 insertions, 67 deletions
diff --git a/addons/skin.estuary/1080i/Custom_1105_MusicOSDSettings.xml b/addons/skin.estuary/1080i/Custom_1105_MusicOSDSettings.xml deleted file mode 100644 index 96f6f5b070..0000000000 --- a/addons/skin.estuary/1080i/Custom_1105_MusicOSDSettings.xml +++ /dev/null @@ -1,67 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<window type="dialog" id="1105"> - <defaultcontrol always="true">5000</defaultcontrol> - <coordinates> - <left>660</left> - <top>220</top> - </coordinates> - <include>Animation_DialogPopupOpenClose</include> - <controls> - <include content="DialogBackgroundCommons"> - <param name="DialogBackgroundWidth" value="600" /> - <param name="DialogBackgroundHeight" value="550" /> - <param name="DialogHeaderLabel" value="$LOCALIZE[5]" /> - <param name="DialogHeaderId" value="" /> - </include> - <control type="list" id="5000"> - <left>2</left> - <top>107</top> - <width>596</width> - <height>660</height> - <onup>5000</onup> - <ondown>5000</ondown> - <onleft>99</onleft> - <onright>61</onright> - <include content="DefaultSimpleListLayout"> - <param name="width" value="600" /> - <param name="list_id" value="5000" /> - <param name="align" value="center" /> - </include> - <content> - <item> - <label>$LOCALIZE[15047]</label> - <onclick>ActivateWindow(OSDAudioDSPSettings)</onclick> - <visible>system.getbool(audiooutput.dspaddonsenabled)</visible> - </item> - <item> - <label>$LOCALIZE[15020]</label> - <onclick>ActivateWindow(AudioDSPManager)</onclick> - <visible>system.getbool(audiooutput.dspaddonsenabled)</visible> - </item> - <item> - <label>$LOCALIZE[250]: [COLOR button_focus]$INFO[Visualisation.Name][/COLOR]</label> - <onclick>Dialog.Close(all)</onclick> - <onclick>SendClick(500)</onclick> - </item> - <item> - <label>$LOCALIZE[31084]</label> - <onclick>Addon.Default.OpenSettings(xbmc.player.musicviz)</onclick> - </item> - <item> - <label>$LOCALIZE[31068]</label> - <onclick>ActivateWindow(visualisationpresetlist)</onclick> - <visible>Visualisation.HasPresets</visible> - </item> - <item> - <label>$LOCALIZE[31082]: [COLOR button_focus]$INFO[Skin.String(LyricScript_Path)][/COLOR]</label> - <onclick>Skin.SetAddon(LyricScript_Path,xbmc.python.lyrics)</onclick> - </item> - <item> - <label>$LOCALIZE[31083]</label> - <onclick>Addon.OpenSettings($INFO[Skin.String(LyricScript_Path)])</onclick> - <visible>!String.IsEmpty(Skin.String(LyricScript_Path))</visible> - </item> - </content> - </control> - </controls> -</window> |