2007-12-25, 09:58 PM
I have been trying to display the current time in recordings as there are many times what the current time is dictates what you are going to watch.
In my recordings skin.xml I have tried adding under <Placements>
<Placement name="CurrentTime" loc="5,2.5" />
and under <CompositeImages>
<CompositeImage name="CurrentTime" size="20,4.8">
<DrawText text="@currentTime" loc="0,0" size="100,100" textStyle="GeneralTextStyle" align="Left" valign="center"/>
</CompositeImage>
but it doesn't display anything, is there something I have done wrong or is it not possible at the moment?
In my recordings skin.xml I have tried adding under <Placements>
<Placement name="CurrentTime" loc="5,2.5" />
and under <CompositeImages>
<CompositeImage name="CurrentTime" size="20,4.8">
<DrawText text="@currentTime" loc="0,0" size="100,100" textStyle="GeneralTextStyle" align="Left" valign="center"/>
</CompositeImage>
but it doesn't display anything, is there something I have done wrong or is it not possible at the moment?