Man in a van wrote: 
> @pantomnesia
> 
> Which OS are you using ?


I asked this because I was going to suggest that you re-install
squeezelite.

However, not being certain of the correct command I managed to botch
things up before I foound the correct one :rolleyes:

Re-installing squeezelite gave a couple of errors that I could nor
circumscribe so I made a fresh install of raspberry PI OS Buster Desktop
32 bit.

Updated and installed squeezelite Alsa via the package manager

Edited the config file:


Code:
--------------------
    # 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="sysdefault:CARD=Headphones"
  
  # 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="-r 44100 -a :::0"
--------------------


Plays fine, updated (whilst listening) with


Code:
--------------------
    sudo /etc/init.d/squeezelite stop
  wget -O squeezelite.tgz 
https://sourceforge.net/projects/lmsclients/files/squeezelite/linux/squeezelite-1.9.9.1386-armhf.tar.gz
  sudo tar -C /usr/bin -zxvf squeezelite.tgz
  sudo chmod a+x /usr/bin/squeezelite
  sudo /etc/init.d/squeezelite start
  
--------------------


which I pasted in a block, music continues, all is good :)

I would suggest you do the same and make a back up as soon as possible
:o:p

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=114712

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

Reply via email to