> # MIP name and Port > If its all on the same box use something like
Did you ever get SC/MIP integration working in a situation where they are _not_ on the same machine? The port can be read from the prefs (port). > # SqueezeCentre name and Port > If its all on the same box use something like > $myss = "http://localhost:9000/"; This really shouldn't be needed. As this code is run in SC itself, it's always localhost. And the port can be read from the prefs (httpport). And you don't even need to access SC's web interface. > # MIP Style - RANGE IS 0..200 (DEFAULT 20) > # MIP Variety - RANGE IS 0...9 (DEFAULT 0) > MIP Filter These values are available from the prefs, too (mix_style, mix_variety, mix_filter). Users can change these through the web UI. > Regarding Linux question.. no idea I dont run Linux, but let me know if > it works or not :) It's all SC code. So yes, I'd be surprised if it didn't work on any platform SC is running on. cparker - you'd do yourself and your users a great favour if you used the information available in SC. There's really no need for them to fiddle with the code. And thus less confusion on the user's side. Michael _______________________________________________ plugins mailing list [email protected] http://lists.slimdevices.com/lists/listinfo/plugins
