It should be possible to make a plugin that listen to all events and make some simple modifications to the events, for example adding \0 and send them further. The plugin has to open a server socket in the same way as the CLI interface does which clients can connect to. By making it as a plugin there is no need for the user to run a separate application, he can just install the plugin and everything is running.
I think an interface that its possible to connect to and receive events as XML could be useful in other situations, so you might want to think about converting the events to XML instead of just adding \0 if you choose to implement it as a plugin. -- erland Erland Isaksson 'My homepage' (http://erland.homeip.net) 'My download page' (http://erland.homeip.net/download) (Developer of 'TrackStat' (http://erland.homeip.net/download/do/viewapplication?name=slimserver-trackstat) , 'SQLPlayList' (http://tinyurl.com/pptqy) , 'DynamicPlayList' (http://tinyurl.com/kfrgs) and 'RandomPlayList' (http://tinyurl.com/pwtsc) plugins) ------------------------------------------------------------------------ erland's Profile: http://forums.slimdevices.com/member.php?userid=3124 View this thread: http://forums.slimdevices.com/showthread.php?t=24876 _______________________________________________ plugins mailing list [email protected] http://lists.slimdevices.com/lists/listinfo/plugins
