The relevant API is called Slim::Menu::TrackInfo->registerInfoProvider
at Plugin.pm usually from initPlugin
Search through other plugin to see how it is used. Basically it tells
LMS where to put your new menu within More and then routine address to
be called. The first lines to get called routine parameters and playing
song is typically:
Code:
--------------------
my ( $client, $url, $track, $param ) = @_;
my $song = Slim::Player::Source::playingSong($client);
--------------------
------------------------------------------------------------------------
bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806
View this thread: http://forums.slimdevices.com/showthread.php?t=111851
_______________________________________________
plugins mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/plugins