v2k wrote:
> Hello,
> I hope I'm posting this in the right thread, I'm still a bit confused
> about how the LMS, Squeezelite and piCorePlayer projects are connected.
> Anyways, I'm running LMS 8.1.1 on a Linux box, not through pCP, and just
> installed the Local Player plugin. Playback works fine (after some
> fiddling) but I'm curious about what version of Squeezelite the plugin
> is using. The plugin itself says v1.6.5 but I think, well hope, that
> that is the version of the plugin and not the player since that would
> make it ancient. Is there anyway to tell what version is in use? And if
> it is ancient is a new version a drop in replacement?
>
> Take care!
You don't say which OS you are using, but on a raspberry PI OS BUster
Desktop I don't use Local Player but just
Code:
--------------------
sudo apt install squeezelite
--------------------
I then update the version with the following
Code:
--------------------
sudo /etc/init.d/squeezelite stop
wget -O squeezelite.tgz
https://sourceforge.net/projects/lmsclients/files/squeezelite/linux/squeezelite-1.9.9.1372-armhf.tar.gz
sudo tar -C /usr/bin -zxvf squeezelite.tgz
sudo chmod a+x /usr/bin/squeezelite
sudo /etc/init.d/squeezelite start
#If running with no sound
sudo /etc/init.d/squeezelite restart
--------------------
I'm not sure if the chmod command is really required :confused:
and this is only offered in the spirit of helpfulness :) try it at your
own risk :):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=97766
_______________________________________________
plugins mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/plugins