2008-05-26, 09:20 AM
Is it possible to output more using the screensaver panel
the existing code is as follows
<CompositeImages>
<CompositeImage name="ScreenSaverPanel" size="18,36">
<DrawImage filename="Logo.png" loc="0,0" size="100,100" fixedAspectRatio="true"/>
<DrawText text="@songName" loc="0,80" size="100,20" textStyle="GeneralTextStyleItalic" align="Center" valign="Center"/>
</CompositeImage>
</CompositeImages>
how are these size values used ?
I dont understand how the composite image is 18x36 yet the logo is 100x100 and the songname is 100x20
The songName is usually far too small so I tried increasing it to 200x200 but it did not display at all then !!
is it possible to have separate fields for SongTitle and Artist so you could split them onto two different lines ??
Are there any other fields that could be displayed here
Tkgafs
the existing code is as follows
<CompositeImages>
<CompositeImage name="ScreenSaverPanel" size="18,36">
<DrawImage filename="Logo.png" loc="0,0" size="100,100" fixedAspectRatio="true"/>
<DrawText text="@songName" loc="0,80" size="100,20" textStyle="GeneralTextStyleItalic" align="Center" valign="Center"/>
</CompositeImage>
</CompositeImages>
how are these size values used ?
I dont understand how the composite image is 18x36 yet the logo is 100x100 and the songname is 100x20
The songName is usually far too small so I tried increasing it to 200x200 but it did not display at all then !!
is it possible to have separate fields for SongTitle and Artist so you could split them onto two different lines ??
Are there any other fields that could be displayed here
Tkgafs