Francy07 wrote: 
> What should I do to uncomment?
> 
> 
> Vincenzo

open the squeezelite settings


Code:
--------------------
    sudo nano /etc/default/squeezelite
--------------------



delete the # at the start of the significant lines


> Defaults for squeezelite initscript
> # sourced by /etc/init.d/squeezelite
> # installed at /etc/default/squeezelite by the maintainer scripts
> 
> # The name for the squeezelite player:
> SL_NAME="$(hostname -s)"
> 
> # ALSA output device:
> SL_SOUNDCARD="hw:CARD=DragonFly,DEV=0"
> 
> # Squeezebox server (Logitech Media Server):
> # Uncomment the next line if you want to point squeezelite at the IP
> address of
> # your squeezebox server. This is usually unnecessary as the server is
> # automatically discovered.
> #SB_SERVER_IP="192.168.x.y"
> 
> # Additional options to pass to squeezelite:
> # Please do not include -z to make squeezelite daemonise itself.
> SB_EXTRA_ARGS="-C 5"


close and save

Ctl+X   Y  enter


Code:
--------------------
    sudo /etc/init.d/squeezelite restart
--------------------



ronnie


------------------------------------------------------------------------
Man in a van's Profile: http://forums.slimdevices.com/member.php?userid=43627
View this thread: http://forums.slimdevices.com/showthread.php?t=97046

_______________________________________________
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix

Reply via email to