When using 0.9 of the plugin, I see this in the log:

Code:
--------------------
    
  [08-01-31 19:23:45.8120] Slim::Utils::PluginManager::enablePlugins (483) 
Warning: Couldn't call Plugins::Lyrics::Plugin->initPlugin: Can't locate object 
method "new" via package "Slim::Plugin::Lyrics::Settings" (perhaps you forgot 
to load "Slim::Plugin::Lyrics::Settings"?) at 
/usr/local/slimserver/7.0.1/server/Plugins/Lyrics/Plugin.pm line 404.
  
--------------------


Third party plugins should never reference Slim::Plugin, as this is for
internal plugins (it helps to keep them separate).

Line 404 should, instead be:

Code:
--------------------
    
  Plugins::Lyrics::Settings->new;
  
--------------------


-- 
kdf
------------------------------------------------------------------------
kdf's Profile: http://forums.slimdevices.com/member.php?userid=7
View this thread: http://forums.slimdevices.com/showthread.php?t=42174

_______________________________________________
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/lists/listinfo/plugins

Reply via email to