Bugzilla – Bug 9070
"play other songs in album" setting should be available for SBR
Last modified: 2009-07-31 10:26:44 UTC
Settings->Player->Basic Settings should (I think) have the "Play other songs in album" setting available to users. There are some settings above this one on this page that are for players with displays. Maybe this one got erroneously grouped with them?
this will have it show always, and in more or less the same order: Index: svn/7.1/trunk/server/Slim/Web/Settings/Player/Basic.pm =================================================================== --- svn/7.1/trunk/server/Slim/Web/Settings/Player/Basic.pm (revision 22458) +++ svn/7.1/trunk/server/Slim/Web/Settings/Player/Basic.pm (working copy) @@ -37,7 +37,7 @@ if ($client->isPlayer && !$client->display->isa('Slim::Display::NoDisplay')) { - push @prefs, qw(titleFormatCurr playingDisplayMode playtrackalbum); + push @prefs, qw(titleFormatCurr playingDisplayMode); if (scalar(keys %{ Slim::Buttons::Common::hash_of_savers() }) > 0) { @@ -55,6 +55,8 @@ push @prefs, 'titleFormatCurr'; } + push @prefs, 'playtrackalbum'; + return ($prefs->client($client), @prefs); }
This option used to be for the player UI only - thus not available on Ray. Are we using it on Jive now?
If the setting is there, Jive now honors it. That was fixed in bug# 5981 You cannot however update the setting itself via the JiveUI
Thanks kdf - change 22466.
Verified fixed in SqueezeCenter 7.2-22900
This bug has been fixed in the 7.3.0 release version 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.
Reduce number of active targets for SC