diff --git a/Squeezelite/LICENSE.txt b/Squeezelite/LICENSE.txt deleted file mode 100644 index b36843a..0000000 --- a/Squeezelite/LICENSE.txt +++ /dev/null @@ -1,59 +0,0 @@ -Squeezelite - lightweight headless squeezebox emulator - -(c) Adrian Smith 2012-2015, triode1@btinternet.com - Ralph Irving 2015-2021, ralph_irving@hotmail.com - -Released under GPLv3 license: - -This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation, either version 3 of the License, or -(at your option) any later version. - -This program is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -GNU General Public License for more details. - -You should have received a copy of the GNU General Public License -along with this program. If not, see . - -Additional permission under GNU GPL version 3 section 7 - -If you modify this program, or any covered work, by linking or -combining it with OpenSSL (or a modified version of that library), -containing parts covered by the terms of The OpenSSL Project, the -licensors of this program grant you additional permission to convey -the resulting work. {Corresponding source for a non-source form of -such a combination shall include the source code for the parts of -OpenSSL used as well as that of the covered work.} - ---------------------------------------------------------------------- - -If built with DSD support, this software also includes code subject to the following license: - -Copyright 2009, 2011 Sebastian Gesemann. All rights reserved. - -Redistribution and use in source and binary forms, with or without modification, are -permitted provided that the following conditions are met: - - 1. Redistributions of source code must retain the above copyright notice, this list of - conditions and the following disclaimer. - - 2. Redistributions in binary form must reproduce the above copyright notice, this list - of conditions and the following disclaimer in the documentation and/or other materials - provided with the distribution. - -THIS SOFTWARE IS PROVIDED BY SEBASTIAN GESEMANN ''AS IS'' AND ANY EXPRESS OR IMPLIED -WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND -FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL SEBASTIAN GESEMANN OR -CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR -CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR -SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON -ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING -NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF -ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - -The views and conclusions contained in the software and documentation are those of the -authors and should not be interpreted as representing official policies, either expressed -or implied, of Sebastian Gesemann. diff --git a/Squeezelite/install_check.sh b/Squeezelite/install_check.sh deleted file mode 100644 index fc3e942..0000000 --- a/Squeezelite/install_check.sh +++ /dev/null @@ -1,49 +0,0 @@ -#! /bin/sh - -echo ============================== Report v1.2 Start ============================== > /tmp/sqlog.txt 2>&1 -echo --------------- Linux version: --------------- >> /tmp/sqlog.txt 2>&1 -UNAMEOUTPUT=$(uname -a) -[ -f /etc/os-release ] && OS_PRETTY_NAME=$(cat /etc/os-release | grep PRETTY_NAME) -[ -f /etc/os-release ] && OS_RELEASE=$(cat /etc/os-release | grep VERSION=) -[ -f /usr/share/doc/tc/release.txt ] && OS_RELEASE=$(cat /usr/share/doc/tc/release.txt; echo;) -PI_MODEL=$(cat /proc/device-tree/model; echo;) - -echo "uname info:" $UNAMEOUTPUT >> /tmp/sqlog.txt 2>&1 -[ -n "$OS_PRETTY_NAME" ] && echo "os pretty name:" $OS_PRETTY_NAME >> /tmp/sqlog.txt 2>&1 -echo "os release:" $OS_RELEASE >> /tmp/sqlog.txt 2>&1 -echo "pi model:" $PI_MODEL >> /tmp/sqlog.txt 2>&1 - -echo --------------- Hostname: --------------- >> /tmp/sqlog.txt 2>&1 -cat /etc/hostname >> /tmp/sqlog.txt 2>&1 -cat /etc/hosts | grep 127.0.1.1 >> /tmp/sqlog.txt 2>&1 - -echo --------------- Squeezelite: --------------- >> /tmp/sqlog.txt 2>&1 -ls -l /usr/bin/squee* >> /tmp/sqlog.txt >> /tmp/sqlog.txt 2>&1 -echo --------------- Squeezelite daemon script: --------------- >> /tmp/sqlog.txt 2>&1 -ls -l /etc/init.d/*squee* >> /tmp/sqlog.txt 2>&1 -echo --------------- Squeezelite init.d daemon settings: --------------- >> /tmp/sqlog.txt 2>&1 -ls -l /etc/rc*.d/*squeeze* >> /tmp/sqlog.txt 2>&1 -echo --------------- Squeezelite systemd status: --------------- >> /tmp/sqlog.txt 2>&1 -sudo systemctl status -l squeezelite.service >> /tmp/sqlog.txt 2>&1 - -echo --------------- List sound devices: --------------- >> /tmp/sqlog.txt 2>&1 -sudo /usr/bin/squeezelite-armv6hf -l >> /tmp/sqlog.txt 2>&1 - -echo --------------- Squeezelite daemon script settings: --------------- >> /tmp/sqlog.txt 2>&1 -cat /usr/local/bin/squeezelite_settings.sh | grep SL_SOUNDCARD= >> /tmp/sqlog.txt 2>&1 -cat /usr/local/bin/squeezelite_settings.sh | grep SL_NAME=\" >> /tmp/sqlog.txt 2>&1 -cat /usr/local/bin/squeezelite_settings.sh | grep SL_ALSA_PARAMS= >> /tmp/sqlog.txt 2>&1 -cat /usr/local/bin/squeezelite_settings.sh | grep SL_MAC_ADDRESS=\" >> /tmp/sqlog.txt 2>&1 -cat /usr/local/bin/squeezelite_settings.sh | grep SB_SERVER_IP= >> /tmp/sqlog.txt 2>&1 -cat /usr/local/bin/squeezelite_settings.sh | grep SL_LOGFILE= >> /tmp/sqlog.txt 2>&1 -cat /usr/local/bin/squeezelite_settings.sh | grep SL_LOGLEVEL= >> /tmp/sqlog.txt 2>&1 - -echo --------------- Squeezelite running? : --------------- >> /tmp/sqlog.txt 2>&1 -ps -A |grep squeeze >> /tmp/sqlog.txt 2>&1 - -echo --------------- Restart-at-night job? : --------------- >> /tmp/sqlog.txt 2>&1 -crontab -u pi -l | grep shutdown >> /tmp/sqlog.txt 2>&1 -echo ============================== Report End ============================== >> /tmp/sqlog.txt 2>&1 - -cat /tmp/sqlog.txt - diff --git a/Squeezelite/squeezelite-armv6hf.tar.gz b/Squeezelite/squeezelite-armv6hf.tar.gz deleted file mode 100644 index f924fe2..0000000 Binary files a/Squeezelite/squeezelite-armv6hf.tar.gz and /dev/null differ