The SqueezeIR lua applet might already be a good start:
It's config file is an xml file placed on the server, the applet has an

Oh, didn't know the configuration file was served by the server. In this case you could indeed implement some GUI on the server to modify the configuration. And you could implement hooks (CLI commands) to trigger an action on the server.

But overall this is no easy task, and not the typical plugin you'll find a few to pick ideas from... a relatively simple plugin defining custom CLI commands is LineIn. https://github.com/Logitech/slimserver/blob/public/7.9/Slim/Plugin/LineIn/Plugin.pm#L50 defines a few commands.

The CLI plugin otoh defines a most simple settings page with just a single value (https://github.com/Logitech/slimserver/blob/public/7.9/Slim/Plugin/CLI/Settings.pm)

--

Michael
_______________________________________________
Duet mailing list
Duet@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/duet

Reply via email to