[16-01-20 07:22:01.6799] Slim::bootstrap::tryModuleLoad (286) Warning: Module [Plugins::SmartMix::Plugin] failed to load: Undefined subroutine &main::NOMYSB called at
Now that's odd. Because that constant is called in LMS all over the place. Are you running LMS with the --nomysqueezebox parameter?
------------ code ---------------- use constant NOMYSB => 1; ------------- /code ---------------
You should probably set this to 0 (until we've figured out why this is even necessary).
-- Michael _______________________________________________ plugins mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/plugins
