List number of albums per artist
#1
Per the skinhelper service wiki this listitem is available to show the number of albums per artist:

SkinHelper.ListItem.AlbumCount

So I'm trying to use it in my list view with this:

                    <control type="label">
                        <!--Label 1-->
                        <top>16</top>
                        <right>100</right>
                        <width>200</width>
                        <font>Reg28</font>
                        <textcolor>80ffffff</textcolor>
                        <align>left</align>
                        <label>$INFO[Window(Home).Property(SkinHelper.ListItem.AlbumCount)]</label>
                        <visible>Container.Content(Artists)</visible>
                    </control>


But nothing is returned, am I writing the label incorrectly?
*EDIT*
So it works outside of the list contents, but I want to show it for each listitem inside 
<itemlayout></itemlayout>
and
<focusedlayout></focusedlayout>

Is that not possible>
Image
Reply
#2
No.  window properties aren't available in containers.  IIUC this is for performance reasons.

scott s.
.
Reply

Logout Mark Read Team Forum Stats Members Help
List number of albums per artist0