Bug 3964 - date/time screensaver only uses one display
: date/time screensaver only uses one display
Status: RESOLVED WONTFIX
Product: SB Transporter
Classification: Unclassified
Component: SB Server
: unspecified
: Other Other
: P2 enhancement with 1 vote (vote)
: Future
Assigned To: Unassigned bug - please assign me!
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2006-08-18 10:27 UTC by Kevin Pearsall
Modified: 2010-05-07 11:11 UTC (History)
0 users

See Also:
Category: Feature


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Kevin Pearsall 2006-08-18 10:27:15 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.
Comment 1 Chris Owens 2006-08-18 12:48:46 UTC
Dean what do you think
Comment 2 KDF 2006-08-18 14:21:53 UTC
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;
Comment 3 Blackketter Dean 2006-08-18 15:04:23 UTC
hm, I'm going to need to play with it...
Comment 4 KDF 2006-08-18 15:42:33 UTC
good plan.  if date is long, it doesn't seem to scroll.  but, I know screen2 anim is under current discussion.
Comment 5 Chris Owens 2006-09-01 10:00:34 UTC
Shall I assign this to you, Dean?
Comment 6 Blackketter Dean 2006-09-01 11:01:28 UTC
Let's punt post 6.5.
Comment 7 Alan Young 2010-05-07 11:11:31 UTC
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.