Bugzilla – Bug 3964
date/time screensaver only uses one display
Last modified: 2010-05-07 11:11:31 UTC
It would be nice if you could display the date on the left hand side in large font, and the time in large font on the right hand side.
Dean what do you think
DateTime::Plugin::screensaverDateTimeLines(): my $display = { 'center' => [ Slim::Utils::DateTime::longDateF(undef,Slim::Utils::Prefs::get('screensaverDateFormat')), Slim::Utils::DateTime::timeF(undef,Slim::Utils::Prefs::get('screensaverTimeFormat')), ], 'overlay'=> [ ($alarmOn ? $client->symbols('bell') : undef) ], 'fonts' => $fontDef, }; if ($client->display->hasScreen2 && $client->display->linesPerScreen == 1) { $display->{'screen2'}->{'center'} = [undef,Slim::Utils::DateTime::longDateF(undef,Slim::Utils::Prefs::get('screensaverDateFormat'))]; } else { $client->update( { 'screen2' => {} } ); } return $display;
hm, I'm going to need to play with it...
good plan. if date is long, it doesn't seem to scroll. but, I know screen2 anim is under current discussion.
Shall I assign this to you, Dean?
Let's punt post 6.5.
All new Squeezebox products are likely to be based on the SqueezePlay platform. We do not plan to implement any further enhancements to the ip3k firmware or which are targeted specifically at ip3k-based products.