Bug 9070 - "play other songs in album" setting should be available for SBR
: "play other songs in album" setting should be available for SBR
Status: CLOSED FIXED
Product: Logitech Media Server
Classification: Unclassified
Component: Web Interface
: 7.1
: PC Other
: P3 normal (vote)
: 7.x
Assigned To: Michael Herger
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2008-08-07 12:59 UTC by Ben Klaas
Modified: 2009-07-31 10:26 UTC (History)
2 users (show)

See Also:
Category: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ben Klaas 2008-08-07 12:59:51 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?
Comment 1 KDF 2008-08-07 13:25:15 UTC
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);
 }

Comment 2 Michael Herger 2008-08-07 13:53:32 UTC
This option used to be for the player UI only - thus not available on Ray. Are we using it on Jive now?
Comment 3 Ben Klaas 2008-08-07 13:59:08 UTC
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
Comment 4 Michael Herger 2008-08-08 05:03:07 UTC
Thanks kdf - change 22466.
Comment 5 James Richardson 2008-08-26 15:47:48 UTC
Verified fixed in
SqueezeCenter 7.2-22900
Comment 6 James Richardson 2008-12-15 12:34:44 UTC
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.
Comment 7 Chris Owens 2009-07-31 10:26:44 UTC
Reduce number of active targets for SC