Bug 4502 - CLI can't set brightness
: CLI can't set brightness
Status: RESOLVED INVALID
Product: Logitech Media Server
Classification: Unclassified
Component: CLI
: 6.5.0
: PC Windows XP
: P2 normal (vote)
: ---
Assigned To: Chris Owens
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2006-11-09 16:52 UTC by Scott
Modified: 2006-11-09 18:46 UTC (History)
1 user (show)

See Also:
Category: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Scott 2006-11-09 16:52:33 UTC
I want to use CLI to force a brightness setting - basically, 
during movies I want to dim the Squeezebox auomatically. There
doesn't seem to be an option for this. Very annoying.
Comment 1 KDF 2006-11-09 18:46:58 UTC
Help -> Technical Information  -> The SlimServer Command Line Interface

You'll find the following:

<playerid> playerpref <prefname> <prefvalue|?>

The "playerpref" command allows the caller to set and query the SlimServer's internal player-specific preferences values.

Examples:

    Request: "04:20:00:12:23:45 playerpref doublesize ?"
    Response: "04:20:00:12:23:45 playerpref doublesize 1"

    Request: "04:20:00:12:23:45 playerpref doublesize 0"
    Response: "04:20:00:12:23:45 playerpref doublesize 0"


have you tried "powerOnBrightness" or "powerOffBrightness" as the pref?

then follow with a display or button command to override any potential static or cached display.

Please inquire on the forums if you are having any trouble getting this to work.  I can verify that it does.