Manul wrote: 
> I'm not sure whether this is a server or client question: When I
> configure my squeezelite player with a name containing a space, it
> doesn't show up in LMS 7.9.2. Is this a general restriction with LMS, a
> setup problem with squeezelite or just my incompetence?

Where and how are you running Squeezelite?

>From the command line, this works:

Code:
--------------------
    /usr/local/bin/squeezelite -n "Squeezelite player"
--------------------


But this doesn't:

Code:
--------------------
    /usr/local/bin/squeezelite -n Squeezelite player
--------------------


If you're using pCP, then the main Squeezelite instance can have a name
with spaces in, because pCP encloses the name that you enter in double
quotes.  But if you're trying to run a second instance via the 'Tweaks'
page, then the name does not get enclosed in quotes, and you can't
manually include quotes, so you'll have to remove the spaces, e.g.

Code:
--------------------
    /usr/local/bin/squeezelite -n Squeezelite_player -o front:CARD=Set,DEV=0
--------------------


------------------------------------------------------------------------
chill's Profile: http://forums.slimdevices.com/member.php?userid=10839
View this thread: http://forums.slimdevices.com/showthread.php?t=110157

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

Reply via email to