2015-05-29, 14:38
2015-06-05, 14:21
I'd love this too please! Have been switching between Conq and Mimic for months as I like DTS/DDigital logos under my movies!
2015-06-08, 13:25
Would be nice to have these. As long as it won't affect the performance. Like how smooth it is on the raspberry 2.
2015-10-29, 12:01
If you want to do this without the pictures and just the information, meaning text:
Values.xml
Create new Label, just add this line:
The dots in the code get formatted here somehow. It is the dot you can see behind the other labels in the values.xml
Viewtype53.xml (Wall) add this below <!-- Details -->)
You can do this for all views. This is just the example for the Movie Wall. Looks like this: http://imgur.com/XeiaS7F
Values.xml
Create new Label, just add this line:
Code:
<variable name="Label3">
<value condition="Container.Content(movies) + !IsEmpty(ListItem.Year) + !IsEmpty(ListItem.Genre)">$INFO[ListItem.VideoResolution]p • $INFO[ListItem.VideoCodec] • $INFO[ListItem.AudioCodec] • $INFO[ListItem.AudioChannels] channels</value>
</variable>
The dots in the code get formatted here somehow. It is the dot you can see behind the other labels in the values.xml
Viewtype53.xml (Wall) add this below <!-- Details -->)
Code:
<control type="label">
<left>90</left>
<top>120</top>
<width>1740</width>
<height>27</height>
<font>Font27</font>
<align>center</align>
<label>$VAR[Label3]</label>
<textcolor>TextColor2</textcolor>
<shadowcolor>ShadowColor</shadowcolor>
</control>
You can do this for all views. This is just the example for the Movie Wall. Looks like this: http://imgur.com/XeiaS7F