Marc Sherman wrote: > > Thanks very much, Erland. I was getting to the point where I was going > to write my own plugin, but I couldn't figure out what you needed to do > to make it bindable to a remote key. What change was it you made to add > that ability?
There was one issue with your version of the script, Erland: if the script config wasn't set properly (I typo'd it when I first set it up), you end up with zombie slimserver processes. I tried adding a die after the exec, but for some reason that wouldn't work -- does the slimserver_safe script maybe interfere with killing the child processes? Anyway, for my purposes, since the script I'm running executes very quickly, replacing fork&exec with system worked just fine. - Marc _______________________________________________ plugins mailing list [email protected] http://lists.slimdevices.com/lists/listinfo/plugins
