Bugzilla – Bug 6724
Two Listings for "Music Library" for SB Receiver Player's Home screen
Last modified: 2008-01-23 08:22:20 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.
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.
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', }, },
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.
OK, fixed in change 16656.