Only in server/Slim/Hardware: IR.pm.orig Only in server/Slim/Hardware: IR.pm.rej diff -upBr Slim/Player/Squeezebox.pm server/Slim/Player/Squeezebox.pm --- Slim/Player/Squeezebox.pm 2005-03-18 07:58:00.000000000 -0800 +++ server/Slim/Player/Squeezebox.pm 2005-03-21 10:34:42.000000000 -0800 @@ -89,6 +89,20 @@ sub decoder { return 'mas35x9'; } +sub playingDisplayOptions { + my $client = shift; + my %options = ( + '0' => $client->string('BLANK') + ,'1' => $client->string('ELAPSED') + ,'2' => $client->string('REMAINING') + ,'3' => $client->string('PROGRESS_BAR') + ,'4' => $client->string('ELAPSED') . ' ' . $client->string('AND') . ' ' . $client->string('PROGRESS_BAR') + ,'5' => $client->string('REMAINING') . ' ' . $client->string('AND') . ' ' . $client->string('PROGRESS_BAR') + ,'6' => $client->string('SETUP_SHOWBUFFERFULLNESS') + ); + return \%options; +} + sub play { my $client = shift; my $paused = shift; diff -upBr Slim/Player/Squeezebox2.pm server/Slim/Player/Squeezebox2.pm --- Slim/Player/Squeezebox2.pm 2005-03-18 07:58:00.000000000 -0800 +++ server/Slim/Player/Squeezebox2.pm 2005-03-21 11:57:45.453125000 -0800 @@ -95,6 +95,21 @@ my @visualizerParameters = ( [], [], ); + +sub playingDisplayOptions { + my $client = shift; + my %options = ( + '0' => $client->string('BLANK') + ,'1' => $client->string('ELAPSED') . ' ' . $client->string('AND') . ' ' . $client->string('PROGRESS_BAR') + ,'2' => $client->string('VISUALIZER_VUMETER_SMALL') + ,'3' => $client->string('ELAPSED') . ' ' . $client->string('AND') . ' ' . $client->string('VISUALIZER_VUMETER_SMALL') + ,'4' => $client->string('ELAPSED') . ' ' . $client->string('AND') . ' ' . $client->string('VISUALIZER_SPECTRUM_ANALYZER_SMALL') + ,'5' => $client->string('ELAPSED') . ', ' . $client->string('PROGRESS_BAR') . ' ' . $client->string('AND') . ' ' . $client->string('VISUALIZER_SPECTRUM_ANALYZER') + ,'6' => $client->string('SETUP_SHOWBUFFERFULLNESS') + ); + return \%options; +} + sub new { my $class = shift; Only in server/Slim/Web: Pages.pm.old diff -upBr Slim/Web/Setup.pm server/Slim/Web/Setup.pm --- Slim/Web/Setup.pm 2005-03-21 09:01:00.000000000 -0800 +++ server/Slim/Web/Setup.pm 2005-03-21 10:38:53.531250000 -0800 @@ -153,6 +153,8 @@ sub initSetupConfig { $paramref->{'ipaddress'} = $client->ipport(); $paramref->{'macaddress'} = $client->macaddress; $paramref->{'signalstrength'} = $client->signalStrength; + + $pageref->{'Prefs'}{'playingDisplayMode'}{'options'} = $client->playingDisplayOptions(); if (Slim::Utils::Prefs::clientGet($client,'showbufferfullness')) { $pageref->{'Prefs'}{'playingDisplayMode'}{'options'}{'6'} = string('SETUP_SHOWBUFFERFULLNESS'); $pageref->{'Prefs'}{'playingDisplayMode'}{'validateArgs'} = [0,6,1,1]; @@ -214,16 +216,9 @@ sub initSetupConfig { ,'playingDisplayMode' => { 'validate' => \&validateInt ,'validateArgs' => [0,6,1,1] - ,'options' => { - '0' => string('BLANK') - ,'1' => string('ELAPSED') - ,'2' => string('REMAINING') - ,'3' => string('PROGRESS_BAR') - ,'4' => string('ELAPSED') . ' ' . string('AND') . ' ' . string('PROGRESS_BAR') - ,'5' => string('REMAINING') . ' ' . string('AND') . ' ' . string('PROGRESS_BAR') - ,'6' => string('SETUP_SHOWBUFFERFULLNESS') - } + ,'options' => undef ,'PrefChoose' => string('SETUP_PLAYINGDISPLAYMODE').string('COLON') + ,'onChange' => sub { shift->visualizer(); } } ,'showbufferfullness' => { 'validate' => \&validateTrueFalse Only in server/Slim/Web: bug971.diff --- strings.txt 2005-03-18 07:58:00.000000000 -0800 +++ server/strings.txt 2005-03-21 10:43:47.359375000 -0800 @@ -7236,6 +7236,18 @@ CHOOSE_PLAYING_DISPLAY_MODE PT O cliente pode mostrar informações da música actual a tocar. Escolha a informação a mostrar. SE Spelaren kan visa information om aktuell låt. Välj vilken information som skall visas. +VISUALIZER_SPECTRUM_ANALYZER_SMALL + EN Small Spectrum + +VISUALIZER_VUMETER_SMALL + EN Small VU + +VISUALIZER_SPECTRUM_ANALYZER + EN Spectrum + +VISUALIZER_VUMETER + EN VU Meter + BLANK DE Nichts DK Intet