Bug 5541 - Favorites has redundant menu placing
: Favorites has redundant menu placing
Status: RESOLVED FIXED
Product: SB Controller
Classification: Unclassified
Component: Browser
: unspecified
: Macintosh Other
: P2 normal (vote)
: ---
Assigned To: Blackketter Dean
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2007-09-22 01:30 UTC by KDF
Modified: 2007-10-30 09:37 UTC (History)
0 users

See Also:
Category: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description KDF 2007-09-22 01:30:34 UTC
On Jive, there is a top level menu for Favorites, but it also exists under My Music.  

both the new Default skin and Player UI do not have favorites under My Music, but at the top level only.

It would seem to be consistent to remove the Favorites from the My Music Menu in the Jive Plugin.

Index: /usr/local/slimserver/trunk/Slim/Plugin/Jive/Plugin.pm
===================================================================
--- /usr/local/slimserver/trunk/Slim/Plugin/Jive/Plugin.pm      (revision 13202)
+++ /usr/local/slimserver/trunk/Slim/Plugin/Jive/Plugin.pm      (working copy)
@@ -177,17 +177,6 @@
                                },
                        },
                        {
-                               text    => Slim::Utils::Strings::string('FAVORITES'),
-                               actions => {
-                                       go => {
-                                               cmd    => ['favorites', 'items'],
-                                               params => {
-                                                       menu => 'favorites',
-                                               },
-                                       },
-                               },
-                       },
-                       {
                                text    => Slim::Utils::Strings::string('BROWSE_MUSIC_FOLDER'),
                                actions => {
                                        go => {
Comment 1 KDF 2007-09-22 01:35:54 UTC
slight change, the patch needs to have the count as well as array change. (asking for trouble, but ok)

Index: /usr/local/slimserver/trunk/Slim/Plugin/Jive/Plugin.pm
===================================================================
--- /usr/local/slimserver/trunk/Slim/Plugin/Jive/Plugin.pm      (revision 13202)
+++ /usr/local/slimserver/trunk/Slim/Plugin/Jive/Plugin.pm      (working copy)
@@ -111,7 +111,7 @@
        my @menu = (
                {
                        text      => Slim::Utils::Strings::string('MY_MUSIC'),
-                       count     => 9,
+                       count     => 8,
                        offset    => 0,
                        item_loop => [
                        {
@@ -177,17 +177,6 @@
                                },
                        },
                        {
-                               text    => Slim::Utils::Strings::string('FAVORITES'),
-                               actions => {
-                                       go => {
-                                               cmd    => ['favorites', 'items'],
-                                               params => {
-                                                       menu => 'favorites',
-                                               },
-                                       },
-                               },
-                       },
-                       {
                                text    => Slim::Utils::Strings::string('BROWSE_MUSIC_FOLDER'),
                                actions => {
                                        go => {
Comment 2 Chris Owens 2007-09-23 17:46:51 UTC
Assigned to Richard for his consideration.
Comment 3 Richard Titmuss 2007-10-05 14:20:29 UTC
Passing the buck to Dean...
Comment 4 Blackketter Dean 2007-10-13 23:06:00 UTC
Yes, favorites is top level only.
Comment 5 KDF 2007-10-20 17:54:13 UTC
fixed in SC Jive module at change 13970