With SP 7.4.x, my plugin's icon no longer shows up on the Extras menu.
Other than that, everything else seems to work. Has the menu api
changed?
This is what worked under 7.3.x:
Code:
--------------------
my $icon = Plugins::SrvrPowerCtrl::Plugin->_pluginDataFor('icon');
# create a node on the extras menu..
@menuParent = (
{ stringToken =>
Plugins::SrvrPowerCtrl::Plugin::getDisplayName(),
weight => 100,
id => 'pluginSrvrPowerCtrlMenu',
node => 'extras',
'icon-id' => $icon,
'actions' => {
'go' => {
player => 0,
cmd => [
'jivesrvrpowerctrlmenu' ],
},
},
window => { titleStyle => 'album',
},
}
);
Slim::Control::Jive::registerPluginMenu(\...@menuparent, 'extras');
--------------------
What do I need to do to get the icon to show up in 7.4.x?
--
gharris999
------------------------------------------------------------------------
gharris999's Profile: http://forums.slimdevices.com/member.php?userid=115
View this thread: http://forums.slimdevices.com/showthread.php?t=70135
_______________________________________________
jive mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/jive