bjast;601088 Wrote: > Is there anyway to keep this "searching" message from being displayed?
I thought about this a bit, and I bet there should be an easy way to write up a plugin that interacts with macos to auto-switch to squeezeboxes to mysqueezebox.com when the OS goes to sleep. Then when the system wakes, it can pull the squeezeboxes back to the local SBS. Linux can be made to support this by adding a script to /etc/pm/sleep.d. Basically the script would have the functions to do something like /etc/pm/sleep.d/10_squeezebox: case "$1" in hibernate|suspend) /path/to/script/switch_to_mysqueezebox.pl ;; thaw|resume) /path/to/script/switch_to_sbs.pl ;; *) ;; esac The perl scripts could be included on all platforms as a plugin. I don't know how MacOS's power handling works. It's possible that launchd handles this. I'm not a MacOS expert. -- SuperQ ------------------------------------------------------------------------ SuperQ's Profile: http://forums.slimdevices.com/member.php?userid=2139 View this thread: http://forums.slimdevices.com/showthread.php?t=84640 _______________________________________________ audiophiles mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/audiophiles
