Neil Sleightholm Wrote: > I think the Lazy Search Music plugin is broken in SlimServer 6.5 as I > get the following error when the plugin is loaded: "Initialization of > Plugins::LazySearch2 failed: Undefined subroutine > &Slim::Control::Dispatch::addCommand called at D:/SlimServer/SlimServer > for Windows V6.5/server/Plugins/LazySearch2.pm line 484."
You're right, it doesn't work with the latest beta (trunk). The unpleasant workaround I added to prevent the 'duplicate artist' problem relies on catching the rescan command and removing lazification from the database before allowing the rescan to occur (after which the lazification is eventually restored), and that relies on the command dispatch mechanism that is new to the trunk and is clearly still evolving. If I could remove that workaroud (eg through the enhancement in bug #2625 http://bugs.slimdevices.com/show_bug.cgi?id=2625) then this kind of fragility would hopefully be removed. The good news is that I've got an updated version that works with the current trunk. You can find it on the main plugin page here: http://hickinbottom.demon.co.uk/development/slimserver-development/lazy-search It's revision 64 that you're after. Let us know how you both get on. -- hickinbottoms --- Stuart ------------------------------------------------------------------------ hickinbottoms's Profile: http://forums.slimdevices.com/member.php?userid=255 View this thread: http://forums.slimdevices.com/showthread.php?t=19611 _______________________________________________ plugins mailing list [email protected] http://lists.slimdevices.com/lists/listinfo/plugins
