Phil Meyer;259852 Wrote: > > Why is CustomScan trying to load this plugin? I guess it loops through > all plugins trying to determine if a plugin provides a scanning module, > but it's found some plugin that doesn't exist any more - there must be > some caching going on? > As you suspect it tries to load every enabled plugin to check if it offers some scanning modules. I think some people have had to remove the Cache/plugin-data.yaml file to clear the cached information.
The Custom Scan interface should really be changed to an interface where other plugins register their scanning modules in the same way as most other plugin API's in SqueezeCenter 7.0 works, I just haven't had the time to change this yet. Phil Meyer;259852 Wrote: > > Also, I am seeing a lot of warnings during startup that could be > silenced?: > > [19:22:14.2823] Slim::Utils::Misc::msg (1235) Warning: [19:22:14.2820] > Use of uninitialized value in numeric eq (==) at > Plugins/CustomScan/Scanner.pm line 877. > Does these appear at start of a Custom Scan scanning or at SqueezeCenter startup ? The reason I'm asking is that I don't think this part of the code should execute at SqueezeCenter startup, so if it does there might be some more serious problem somewhere. Although, I just had the time to do a quick check in the code so I might be missing something. -- erland Erland Isaksson 'My homepage' (http://erland.homeip.net) 'My download page' (http://erland.homeip.net/download) (Developer of 'TrackStat, SQLPlayList, DynamicPlayList, Custom Browse, Custom Scan, Custom Skip, Multi Library and Database Query plugins' (http://wiki.erland.homeip.net/index.php/Category:SlimServer)) ------------------------------------------------------------------------ erland's Profile: http://forums.slimdevices.com/member.php?userid=3124 View this thread: http://forums.slimdevices.com/showthread.php?t=42381 _______________________________________________ plugins mailing list [email protected] http://lists.slimdevices.com/lists/listinfo/plugins
