[Slim-Checkins] r10158 -
/branches/6.5/server/Slim/Player/Squeezebox.pm
adrian at svn.slimdevices.com
adrian at svn.slimdevices.com
Tue Oct 3 14:12:17 PDT 2006
Author: adrian
Date: Tue Oct 3 14:12:15 2006
New Revision: 10158
URL: http://svn.slimdevices.com?rev=10158&view=rev
Log:
Bug: 4159
Description: merge -r 10156:10157 from trunk
Modified:
branches/6.5/server/Slim/Player/Squeezebox.pm
Modified: branches/6.5/server/Slim/Player/Squeezebox.pm
URL: http://svn.slimdevices.com/branches/6.5/server/Slim/Player/Squeezebox.pm?rev=10158&r1=10157&r2=10158&view=diff
==============================================================================
--- branches/6.5/server/Slim/Player/Squeezebox.pm (original)
+++ branches/6.5/server/Slim/Player/Squeezebox.pm Tue Oct 3 14:12:15 2006
@@ -431,14 +431,21 @@
$client->sendFrame('ureq');
$client->brightness($client->maxBrightness());
+
+ # turn of visualizers and screen2 display
+ $client->modeParam('visu', [0]);
+ $client->modeParam('screen2active', undef);
$client->block( {
- 'line' => [ $client->string('PLAYER_NEEDS_UPGRADE_1'), $client->string('PLAYER_NEEDS_UPGRADE_2') ],
- 'fonts' => {
- 'graphic-320x32' => 'light',
- 'graphic-280x16' => 'small',
- 'text' => 2,
- }
+ 'screen1' => {
+ 'line' => [ $client->string('PLAYER_NEEDS_UPGRADE_1'), $client->string('PLAYER_NEEDS_UPGRADE_2') ],
+ 'fonts' => {
+ 'graphic-320x32' => 'light',
+ 'graphic-280x16' => 'small',
+ 'text' => 2,
+ },
+ },
+ 'screen2' => {},
}, 'upgrade');
}
More information about the checkins
mailing list