Auto Display
From SqueezeboxWiki
Revision as of 08:10, 23 June 2010 by Soulkeeper (Talk | contribs)
If you want to dim your display during the night rather then turning it completly off (which is the default behaviour of this plugin) do this:
- Download the plugin.
- Edit the dim setting in line 271. You can put any valid brightness level in place of that 0. Eg. change it to 1 (one level above off). It looks like this:
$client->brightness(0);
- Install the plugin as usual.
Enjoy!