[skin.confluence] Add contributors list to song info
This commit is contained in:
parent
6498e03610
commit
a320e6d64c
@ -69,8 +69,7 @@
|
|||||||
<onleft>49</onleft>
|
<onleft>49</onleft>
|
||||||
<onright>49</onright>
|
<onright>49</onright>
|
||||||
<onup>9000</onup>
|
<onup>9000</onup>
|
||||||
<ondown condition="!String.IsEqual(ListItem.DBTYPE,song)">50</ondown>
|
<ondown>50</ondown>
|
||||||
<ondown condition="String.IsEqual(ListItem.DBTYPE,song)">9000</ondown>
|
|
||||||
<pagecontrol>-</pagecontrol>
|
<pagecontrol>-</pagecontrol>
|
||||||
<scrolltime>200</scrolltime>
|
<scrolltime>200</scrolltime>
|
||||||
<itemlayout height="30">
|
<itemlayout height="30">
|
||||||
@ -179,25 +178,12 @@
|
|||||||
<texture>$VAR[MusicInfoListThumb]</texture>
|
<texture>$VAR[MusicInfoListThumb]</texture>
|
||||||
<aspectratio>keep</aspectratio>
|
<aspectratio>keep</aspectratio>
|
||||||
</control>
|
</control>
|
||||||
<include content="MusicInfoPanel" condition="String.IsEqual(ListItem.DBTYPE,artist) | String.IsEqual(ListItem.DBTYPE,album)">
|
<include content="MusicInfoPanel" condition="String.IsEqual(ListItem.DBTYPE,artist) | String.IsEqual(ListItem.DBTYPE,album) | String.IsEqual(ListItem.DBTYPE,song)">
|
||||||
<param name="panel-left" value="340"/>
|
<param name="panel-left" value="340"/>
|
||||||
<param name="panel-width" value="900"/>
|
<param name="panel-width" value="900"/>
|
||||||
<param name="item-width" value="450"/>
|
<param name="item-width" value="450"/>
|
||||||
<param name="label-width" value="430"/>
|
<param name="label-width" value="430"/>
|
||||||
</include>
|
</include>
|
||||||
<control type="textbox">
|
|
||||||
<description>Contributors</description>
|
|
||||||
<left>340</left>
|
|
||||||
<top>520</top>
|
|
||||||
<width>900</width>
|
|
||||||
<height>120</height>
|
|
||||||
<label>$INFO[ListItem.ContributorAndRole]</label>
|
|
||||||
<font>font13</font>
|
|
||||||
<align>justify</align>
|
|
||||||
<textcolor>white</textcolor>
|
|
||||||
<autoscroll time="3000" delay="4000" repeat="5000">Skin.HasSetting(AutoScroll)</autoscroll>
|
|
||||||
<visible>String.IsEqual(ListItem.DBTYPE,song)</visible>
|
|
||||||
</control>
|
|
||||||
<control type="grouplist" id="9000">
|
<control type="grouplist" id="9000">
|
||||||
<left>210</left>
|
<left>210</left>
|
||||||
<top>660</top>
|
<top>660</top>
|
||||||
@ -208,8 +194,7 @@
|
|||||||
<orientation>horizontal</orientation>
|
<orientation>horizontal</orientation>
|
||||||
<onleft>9000</onleft>
|
<onleft>9000</onleft>
|
||||||
<onright>9000</onright>
|
<onright>9000</onright>
|
||||||
<onup condition="!String.IsEqual(ListItem.DBTYPE,song)">50</onup>
|
<onup>50</onup>
|
||||||
<onup condition="String.IsEqual(ListItem.DBTYPE,song)">49</onup>
|
|
||||||
<ondown>49</ondown>
|
<ondown>49</ondown>
|
||||||
<control type="button" id="6">
|
<control type="button" id="6">
|
||||||
<description>Refresh</description>
|
<description>Refresh</description>
|
||||||
|
@ -73,6 +73,7 @@
|
|||||||
</variable>
|
</variable>
|
||||||
<variable name="MusicInfoPanelLabel">
|
<variable name="MusicInfoPanelLabel">
|
||||||
<value condition="Container.Content(Artists)">$INFO[ListItem.Label]</value>
|
<value condition="Container.Content(Artists)">$INFO[ListItem.Label]</value>
|
||||||
|
<value condition="Container.Content(Songs)">$INFO[ListItem.Label,[COLOR=selected][B],[/B][/COLOR] - ]$INFO[ListItem.Label2]</value>
|
||||||
<value>$INFO[ListItem.TrackNumber,([COLOR=selected][B],[/B][/COLOR]) - ]$INFO[ListItem.Label]</value>
|
<value>$INFO[ListItem.TrackNumber,([COLOR=selected][B],[/B][/COLOR]) - ]$INFO[ListItem.Label]</value>
|
||||||
</variable>
|
</variable>
|
||||||
<variable name="PlayList">
|
<variable name="PlayList">
|
||||||
|
Loading…
Reference in New Issue
Block a user