2019-08-26, 04:01
I'd like to add the year to the info displayed when you pause a video in this skin. Can someone point me to the XML file where I'd do that? I am seeing in DialogVideoInfo.xml this:
However, I'm not sure where the actual formatting of the title info is in this file to insert the year into.32 48 center SubLabel:<control type="label">
<top>32</top>
<height>48</height>
<align>center</align>
<textcolor>SubLabel</textcolor>
<font>Font-InfoBox-Title</font>
<label>$INFO[ListItem.Year]</label>
</control>