Is there any way to invoke the screensaver immediately on the Boom? I'd like the screensaver to start immediately when pressing play. I've found Slim::Player::Client::Play, and this runs on play. But when I try to doit doesn't work right. What's the best way to do this?Code:Slim::Buttons::Common::pushMode($client, 'screensaver');
Thanks.
Results 1 to 3 of 3
Thread: Invoke screensaver
-
2012-04-09, 19:41 #1
- Join Date
- Jul 2009
- Location
- USA
- Posts
- 140
Invoke screensaver
-
2012-04-10, 15:35 #2
- Join Date
- Jul 2009
- Location
- USA
- Posts
- 140
Well, I was doing it right. But it needs a
Code:$client->update();
-
2013-03-10, 15:11 #3
- Join Date
- Mar 2013
- Posts
- 2
Any known way to invoke and stop screensaver from the CLI (command line interface)?