PDA

View Full Version : [VU+ Duo2] Duration and ServiceName in MovieList ?



ubisIst
06-10-13, 18:43
Is there any way to display Duration and ServiceName in MovieList ?

Rob van der Does
06-10-13, 20:04
In the screen 'MovieSelection':


<widget source="Service" render="Label" position="185,355" size="310,25" zPosition="1" foregroundColor="grey" font="Regular;22" halign="right">
<convert type="MovieInfo">RecordServiceName</convert>
</widget>



<widget source="Service" render="Label" position="15,355" size="80,24" font="Regular;20" foregroundColor="grey" halign="left" transparent="1">
<convert type="ServiceTime">Duration</convert>
<convert type="ClockToText">AsLength</convert>
</widget>