Hi I've written a shell script that prints out text on all my boxes in the house when someone is calling. My problem is that the text doesn't stay visible as long as it should. I noticed that averything works just fine when I don't use RSS as a screensaver. I then changed the code so that I first change the screen saver to 'none' and then display the text. At first, this looked like it worked perfectly, but it really doesn't. The text is displayed for just a few seconds, then the RSS kicks in. I beleive that when the RSS somehow is refreshed it "takes over" the display. Is it some way to store the configuration changes I do? Maybe my settings gets overwritten somehow?
Anyone's got any idea what I do wrong? Loop through all Squeezeboxes MAC's and .... -------------------------------------------------- # Turn all RSS feeds off playerpref idlesaver SCREENSAVER.none playerpref offsaver SCREENSAVER.none playerpref alarmsaver SCREENSAVER.none display Phone%20is%20ringing... $MSG 60 sleep 60 #(just wait 60 seconds before turning the RSS feeds back on) playerpref idlesaver SCREENSAVER.rssnews playerpref offsaver SCREENSAVER.rssnews playerpref alarmsaver SCREENSAVER.datetime -------------------------------------------------- end loop Regards Robert Nilsson -- robni ------------------------------------------------------------------------ robni's Profile: http://forums.slimdevices.com/member.php?userid=13602 View this thread: http://forums.slimdevices.com/showthread.php?t=81067 _______________________________________________ discuss mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/discuss
