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
Hybrid View
-
2012-04-09, 19:41 #1Member
- Join Date
- Jul 2009
- Location
- North Bay, CA, USA
- Posts
- 89
Invoke screensaver
-
2012-04-10, 15:35 #2Member
- Join Date
- Jul 2009
- Location
- North Bay, CA, USA
- Posts
- 89
Well, I was doing it right. But it needs a
after the pushMode. And there ya go.Code:$client->update();
-
2013-03-10, 15:11 #3Junior Member
- Join Date
- Mar 2013
- Posts
- 2
Any known way to invoke and stop screensaver from the CLI (command line interface)?

Reply With Quote
