Home of the Squeezebox™ & Transporter® network music players.
Results 1 to 7 of 7
  1. #1
    Junior Member
    Join Date
    Jul 2012
    Posts
    4

    turn off the light on the receiver?

    Is there a more elegant solution to ridding the receiver of the front light than electrical tape? Maybe a software hack?
    Cheers,
    Alex

  2. #2
    Senior Member aubuti's Avatar
    Join Date
    Oct 2005
    Posts
    8,354
    I'm not aware of a software hack, especially because the player firmware for the Receiver (and SBs more generally) is closed source. Some people have reported success at opening the Receiver (you need a Torx driver) and disconnecting/re-routing the light pipe that feeds the front button. But electrical tape is way less hassle :-)

  3. #3
    Senior Member
    Join Date
    Jan 2009
    Location
    Utah, USA
    Posts
    596
    The front light also has many meanings during setup. If you ever change your network setup (routers, Squeezebox server machine or whatever), you will need the lights to know what's going on with the setup.
    2 Duets - 1 for upstairs and 1 for downstairs
    Rock Solid with SQ 7.6.1 and WHS 2011

  4. #4
    Senior Member Swiftie's Avatar
    Join Date
    Mar 2010
    Location
    Alton, Hampshire (UK)
    Posts
    270
    Quote Originally Posted by 4lex View Post
    Is there a more elegant solution to ridding the receiver of the front light than electrical tape? Maybe a software hack?
    Once the light is no longer visible, is there any benefit in being able to see the receiver at all?

    Why not just hide it somewhere?
    Last edited by Swiftie; 2012-07-08 at 00:53.

  5. #5
    Senior Member aubuti's Avatar
    Join Date
    Oct 2005
    Posts
    8,354
    Quote Originally Posted by Swiftie View Post
    Once the light is no longer visible, is there any benefit in being able to see the receiver at all?

    Why not just hide it somewhere?
    IMO, that is much better advice than my earlier reply about disabling/re-routing the light. Especially because the SBR is so easy to hide.

  6. #6
    Senior Member
    Join Date
    Jan 2009
    Location
    Los Angeles & London
    Posts
    627
    If you must do it and you're not running Windows (since it's pre-compiled into an EXE for Windows) then:

    Locate the Receiver.pm in the squeezecenter directory and edit the following lines to suit your wished LED intensisty....

    my $WHITE_COLOR = 0x00f0f0f0;
    my $DARK_WHITE_COLOR = 0x00101010;

    The format is 0x00RRGGBB where RR - GG - BB is the RGB intensity in HEX(00 to FF) so f0 equals decimal 240 and if you want to make the britghtnes half that it should be decimal 120 which is 78 in Hex. so the new string should be :
    my $WHITE_COLOR = 0x00787878;
    Two track 1's and no track 2 after a scan for new and changed? Please vote for serious scanning bug 17782
    Receiver stuck at blue LED state after reboot? Please vote for bug 17462

  7. #7
    Junior Member
    Join Date
    Jul 2012
    Posts
    4
    Thanks Paul. I am running windows currently, but planning to go to linux when the RPi finally arrives, so I'll bank this one for then.

    Cheers,
    Alex

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •