castalla wrote: 
> Can someone give me some advice.
> 
> I installed squeezelite using Squeezeplug for Pi.
> 
> I want to squeezelite to start on boot with specific settings.
> 
> How and where do I edit config file(s) to change the default settings?
> 
> I want to specify a particular audio output and change the default
> squeezelite player name.

Create a file.... /etc/default/squeezelite In it..... Obviously change
PLAYER_NAME to be the name you wish to use and SOUND_DEVICE_NAME to be
the audio output device you want.


Code:
--------------------
    
  SLOPTIONS="-n PLAYER_NAME -o SOUND_DEVICE_NAME"
  
--------------------


------------------------------------------------------------------------
JackOfAll's Profile: http://forums.slimdevices.com/member.php?userid=3069
View this thread: http://forums.slimdevices.com/showthread.php?t=97046

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

Reply via email to