Index: Slim/Web/Setup.pm =================================================================== --- Slim/Web/Setup.pm (revision 9092) +++ Slim/Web/Setup.pm (working copy) @@ -2072,7 +2072,7 @@ ,'GroupOrder' => ['Default','TCP_Params'] ,'Groups' => { 'Default' => { - 'PrefOrder' => ['webproxy','httpport','remotestreamtimeout'] + 'PrefOrder' => ['webproxy','httpport','remotestreamtimeout', 'maxWMArate'] } ,'TCP_Params' => { 'PrefOrder' => ['tcpReadMaximum','tcpWriteMaximum','udpChunkSize'] @@ -2110,6 +2110,20 @@ 'validate' => \&Slim::Utils::Validate::isInt ,'validateArgs' => [1,undef,1] } + ,'maxWMArate' => { + 'validate' => \&Slim::Utils::Validate::inHash + ,'validateArgs' => [64,96,128,160,192,256,320] + ,'optionSort' => 'NK' + ,'options' => { + '64' => '64 '.string('KBPS') + ,'96' => '96 '.string('KBPS') + ,'128' => '128 '.string('KBPS') + ,'160' => '160 '.string('KBPS') + ,'192' => '192 '.string('KBPS') + ,'256' => '256 '.string('KBPS') + ,'320' => '320 '.string('KBPS') + } + } ,'tcpReadMaximum' => { 'validate' => \&Slim::Utils::Validate::isInt ,'validateArgs' => [1,undef,1] Index: strings.txt =================================================================== --- strings.txt (revision 9092) +++ strings.txt (working copy) @@ -2956,6 +2956,12 @@ IT Questo e' un controllo di volume secondario che si applica solo alle uscite analogiche dello Squeezebox. Inserisci la quantita' di attenuazone in decibel. L'intervallo va da 0.0 a 63.0 in passi da 0.5. Di default e' 0 (volume massimo). ATTENZIONE: l'amplificatore potrebbe danneggiare le casse in caso di volume elevato; per sicurezza utilizza un ampli integrato, un preamplificatore o un attenuatore di linea! NL Dit is een secundaire volume instelling die alleen van toepassing is voor de analoge uitgang. Geef de demping op in decibels. De waarde is van 0.0 tot 63.0 in 0.5 dB stappen. De standaard is 0 (voor vol volume).
WAARSCHUWING: Indien je versterker krachtig genoeg is om je luidsprekers op te blazen, dan is een receiver, voorversterker of line-demper nog steeds nodig als beveiligingsmaatregel. +SETUP_MAXWMARATE + EN Maximum WMA Stream Bitrate + +SETUP_MAXWMARATE_DESC + EN Some WMA streams have multiple bitrates available for streaming. Some rates may be too high for some internet connections. If you have trouble with some WMA streams, try setting a lower value here to limit the maximum rate that can be chosen from these multiple rate streams. + SETUP_MAXBITRATE DE Bitraten-Beschränkung EN Bitrate Limiting