forked from beatmasterRS/skin.arctic.zephyr.mod
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDialogMusicInfo.xml
24 lines (24 loc) · 1.31 KB
/
DialogMusicInfo.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?xml version="1.0" encoding="UTF-8"?>
<!-- Foundation -->
<window id="2001">
<defaultcontrol always="true">9000</defaultcontrol>
<onload condition="Control.IsVisible(9002)">SetFocus(9002)</onload>
<onload condition="Control.IsVisible(9201)">SetFocus(9201)</onload>
<onload condition="Control.IsVisible(9001)">SetFocus(9001)</onload>
<onunload>ClearProperty(SetUserRating,home)</onunload>
<onunload condition="!String.IsEmpty(Window(home).Property(shownowplayinginfo))">SetFocus(4000)</onunload>
<onunload condition="!String.IsEmpty(Window(home).Property(shownowplayinginfo))">ClearProperty(shownowplayinginfo,home)</onunload>
<onload>ClearProperty(musicyoutube)</onload>
<onload>ClearProperty(content)</onload>
<onunload>ClearProperty(ShowDisc)</onunload>
<onload>ClearProperty(ShowDisc)</onload>
<onload>ClearProperty(musiccontent)</onload>
<onload condition="Control.HasFocus(9002) + String.IsEqual(ListItem.DBType,album)">SetFocus(9001)</onload>
<controls>
<include>DialogMusicInfoWIP</include>
<include content="DialogInfoOverlay">
<param name="headerinfo" value="$VAR[LabelExtendedInfoLabel]" />
<param name="plotinfo" value="$VAR[LabelExtendedInfoPlot]$VAR[AlbumTagline]$VAR[AlbumItems]" />
</include>
</controls>
</window>