Bugzilla – Bug 2449
Preamp Volume Control feature should not show up on SB1 player settings
Last modified: 2008-12-15 11:57:45 UTC
but it does, in player settings -> audio for an sb1.
add something like this before line 880 of Slim/Web/Setup.pm if ($client->isa("Slim::Player::Squeezebox2")) { $pageref->{'Groups'}{'Digital'}{'PrefOrder'}[1] = 'Transition'; } else { $pageref->{'Groups'}{'Digital'}{'PrefOrder'}[1] = undef; } might be more effected to add an client method for hasPreampControl() (same concept as hasDigitalOut) instead, so that future players are easier to include.
sorry. that's totally incomplete. I'll create a patch for the trunk later with th e client methods.
committed a tested patch for this to trunk at change 4978
merged to 6.2.1 at change 4980
This bug has been fixed in the latest release of SqueezeCenter! Please download the new version from http://www.slimdevices.com/su_downloads.html if you haven't already. If you are still experiencing this problem, feel free to reopen the bug with your new comments and we'll have another look.