danco;476042 Wrote: > I think it must be either something silly by me, or something basic by > you. Because the fact that the script does not even get retained as an > item suggests that it is more than a kink. If it was retained and > appeared in the menu but did not work I would then suspect a kink. > > I have tried resetting to default before trying to include the script, > but it does not help. > > Custom label is > > disable sleep > > full path to script is > > /Users/danco/Library/Application\ Support/Squeezebox/scripts/caffeine\ > on\ 2 > > > The script is > > #! /bin/bash > open /Applications/D\'s\ utils/caffeine\ on.app > > > And caffeine on > > is an AppleScript application > > let me know if you need anything more.
Next time I boot the mac mini into OSX, I'll test this. I can't think of why it's not getting retained in the settings. I can suggest a couple of things: try using " (double quotes) around the path rather than escaping the spaces. See if that helps. Secondly, try locating your script in a location so that there are no spaces in the path. That might help too. Part of the limitation here is the processing of the prefs data by the perl template toolkit that SBS uses. I'm not aware of any way to support escaping in the prefs data. -- gharris999 ------------------------------------------------------------------------ gharris999's Profile: http://forums.slimdevices.com/member.php?userid=115 View this thread: http://forums.slimdevices.com/showthread.php?t=48521 _______________________________________________ plugins mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/plugins
