Bug 6724 - Two Listings for "Music Library" for SB Receiver Player's Home screen
: Two Listings for "Music Library" for SB Receiver Player's Home screen
Status: RESOLVED FIXED
Product: SB Controller
Classification: Unclassified
Component: UI
: unspecified
: PC Windows XP
: P2 normal (vote)
: ---
Assigned To: Unassigned bug - please assign me!
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2008-01-22 14:14 UTC by Mickey Gee
Modified: 2008-01-23 08:22 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 Mickey Gee 2008-01-22 14:14:55 UTC
I was able to get Jive to list 2 "Music Library" listings on the player home screen for my SB Receiver. I first had the SBR connected to SN only, and then I switched the music source to my local SC 7.0. That worked fine, and when I took a look at the player's home screen on Jive I saw the following:

- Now Playing
- Music Library
- Favorites
- Music Library
- Internet Radio
- Music Services
- Settings
- Extras
- Choose Player

Using Jive r1547 firmware (Jan 22) and SC 7.0 probably from Jan 21.
Comment 1 Richard Titmuss 2008-01-23 05:20:28 UTC
This is a conflict between how SN and SC add the Music Library entry in the home menu (one is a home menu node, with other a home menu entry). I suggest SN uses a different id for the menu and see if that fixes the problem.
Comment 2 Andy Grundman 2008-01-23 05:53:30 UTC
The SN menu is defined as this.  What should it be instead?  Should the id be myMusic?

			{
				text           => $client->string('MY_MUSIC'),
				id             => 'my_music',
				node           => 'home',
				displayWhenOff => 0,
				weight         => 15,
				actions        => {
					go => {
						cmd => ['my_music'],
						params => {
							menu => 'my_music',
						},
					},
				},
				window        => {
					menuStyle => 'album',
					titleStyle => 'internetradio',
				},
			},
Comment 3 Ben Klaas 2008-01-23 08:11:03 UTC
it needs to match whatever id is set for that menu item by S::C::Jive

looking at it I see:
  id             => 'myMusic',

so yes, myMusic should do it.
Comment 4 Andy Grundman 2008-01-23 08:22:20 UTC
OK, fixed in change 16656.