a.skarpa;479142 Wrote: 
> Hi,
> +1 for Logitech to support EQ and/or DRC.
> 
> However I try to find a workaround for having today's InguzEQ working
> with 7.4.x.
> 
> Can someone try the following steps, modyfing \Program
> Files\Squeezebox\server\Plugins\InguzEQPlugin.pm ?
> 
> 1) follow instruction of my post #21: substitute line 391:
> 
> OLD: my @rootdirs = Slim::Utils::PluginManager::pluginRootDirs();
> 
> NEW: my @rootdirs =
> Slim::Utils::PluginManager::dirsFor($thisapp,'enabled');
> (note: the word E-N-A-B-L-E-D is written without spaces)
> 
> 2) (new try) substitute lines from 742 to 747:
> 
> OLD:
> Slim::Web::HTTP::addPageFunction("plugins/InguzEQ/index.html",
> \&handleWebIndex);
> Slim::Web::HTTP::addPageFunction("plugins/InguzEQ/Silverlight.js",
> \&handleWebStatic);
> Slim::Web::HTTP::addPageFunction("plugins/InguzEQ/Scene.js",
> \&handleWebStatic);
> Slim::Web::HTTP::addPageFunction("plugins/InguzEQ/Model.js",
> \&handleWebStatic);
> Slim::Web::HTTP::addPageFunction("plugins/InguzEQ/Scene.xaml",
> \&handleWebStatic);
> Slim::Web::HTTP::addPageFunction("plugins/InguzEQ/inguz.png",
> \&handleWebStatic);
> 
> NEW:
> Slim::Web::Pages->addPageFunction("plugins/InguzEQ/index.html",
> \&handleWebIndex);
> Slim::Web::Pages->addPageFunction("plugins/InguzEQ/Silverlight.js",
> \&handleWebStatic);
> Slim::Web::Pages->addPageFunction("plugins/InguzEQ/Scene.js",
> \&handleWebStatic);
> Slim::Web::Pages->addPageFunction("plugins/InguzEQ/Model.js",
> \&handleWebStatic);
> Slim::Web::Pages->addPageFunction("plugins/InguzEQ/Scene.xaml",
> \&handleWebStatic);
> Slim::Web::Pages->addPageFunction("plugins/InguzEQ/inguz.png",
> \&handleWebStatic);
> 
> On 7.4.1 (official) these steps made the transcoding working for me.
> BTW it works even better than 7.3.3, only one instance of socketwrapper
> is present during playback.
> Test signals and room correction work from my Squeezebox3 Classic, the
> web interface works as it was in 7.3.3 (can't modify frequency bands,
> but you can save settings, set number of bands, etc).
> 
> I hope this workaround works for you guys.
> 
> Alessandro

This fix worked for me on the newest version of squeezecenter and
windows 7. :D Thanx!


-- 
thorbjorn78
------------------------------------------------------------------------
thorbjorn78's Profile: http://forums.slimdevices.com/member.php?userid=23367
View this thread: http://forums.slimdevices.com/showthread.php?t=68618

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

Reply via email to