Paul Webster wrote: 
> If you post the entire contents of /etc/init.d/squeezelite (put inside
> code tags) then we can see what it does with it.
>From the debian package 

Code:
--------------------
    
        # add squeezelite name if set
        if [ -n "$SL_NAME" ]; then
                DAEMON_ARGS="${DAEMON_ARGS} -n ${SL_NAME}"
        fi
  
  
--------------------


The SL_NAME needs to have qutotation marks escaped if a name with spaces
is to be used with squeezelite probably something like
SL_NAME='"The Player"'
or
SL_NAME=""The Player""


------------------------------------------------------------------------
bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806
View this thread: http://forums.slimdevices.com/showthread.php?t=114712

_______________________________________________
plugins mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/plugins

Reply via email to