2019-06-16, 15:37
im using the following to populate the Studios in the skin, is it possible to limit the number of studios listed?
some movies have many
some movies have many
xml:<!-- Studio -->
<control type="group">
<height>36</height>
<width>1170</width>
<visible>!String.IsEmpty(ListItem.Studio)</visible>
<control type="fadelabel">
<left>-90</left>
<width>250</width>
<height>36</height>
<align>right</align>
<font>Font36</font>
<label>Studio</label>
<textcolor>$VAR[TextColor2]</textcolor>
<pauseatend>3000</pauseatend>
</control>
<control type="fadelabel">
<left>170</left>
<width>1030</width>
<height>36</height>
<font>Font36</font>
<label>$INFO[ListItem.Studio]</label>
<textcolor>$VAR[TextColor1]</textcolor>
<pauseatend>3000</pauseatend>
</control>
</control>