On 14-Sep-06, at 1:11 AM, Phil Meyer wrote:

If you can't see a plugin, run the server with d_plugins from the command
line and let us know what it says.

2006-09-14 09:01:57.8602 Requiring Plugins::SlimPanelz::Plugin plugin.
2006-09-14 09:01:57.8633 Can't require Plugins::SlimPanelz::Plugin for Plugins menu: Can't locate Slim/Control/Command.pm

Slim/Control/Command.pm is gone. It's been legacy for some time, and does not belong in plugins that are 7.0 compatible. best case, just remove the "use Slim::Control::Command;" line and replace any Slim::Control::Command::execute($client,...), with $client->execute(...)

-kdf

_______________________________________________
plugins mailing list
[email protected]
http://lists.slimdevices.com/lists/listinfo/plugins

Reply via email to