Bugzilla – Bug 10164
MusicIP item should drill down into trackinfo instead of songinfo
Last modified: 2008-12-22 11:36:50 UTC
MusicMagic/Plugin.pm around line 1002 uses songinfo instead of the trackinfo menu. The songinfo's menu is deprecated in favour of trackinfo.
simple (tests out ok too): Index: Slim/Plugin/MusicMagic/Plugin.pm =================================================================== --- Slim/Plugin/MusicMagic/Plugin.pm (revision 24155) +++ Slim/Plugin/MusicMagic/Plugin.pm (working copy) @@ -988,7 +988,7 @@ my $base = { actions => { go => { - cmd => ['songinfo'], + cmd => ['trackinfo','items'], params => { menu => 'nowhere', },
thanks kdf - applied in change 24171
How can QA verify this?
you could eg. look what command is sent by enabling network.cometd. Not very elegant...
Also, the items displayed on the controller when you go into the track info is different. The songinfo has a list of tag data, while the trackinfo does a list of some data, with a "more info" item to get to other less important metadata.
Does this mean that "more info" indicates trackinfo and not songinfo?
Exactly right. Also, if there are any "on foo" items (on pandora, on rhapsody, etc.), that comes from trackinfo. You see those things, the bug is verified.
This bug has been fixed in the 7.3.1 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.