Reeshar wrote: > OK, I've spotted the bug in the following file: > > /usr/local/etc/init.d/squeezelite_initd > > Code: -------------------- > > > case "$1" in > start) > echo "Starting Squeezelite" > start-stop-daemon --start --quiet -b -m -p/var/run/squeezelitehf.pid --exec /mnt/mmcblk0p2/tce/squeezelite-armv6hf -- $OUTPUT $NAME $ALSA_PARAMS $MAC_ADDRESS $MAX_RATE $BUFFER_SIZE $CODEC *$SERVER* $PRIORITY $LOGLEVEL $LOGFILE -------------------- > > > > The parameter used to invoke the server in the SqueezeLite command > (SERVER) isn't the same as the parameter that has been set in the > config.cfg file (SERVER_IP), so it's not being picked up: > > config.cfg > > Code: -------------------- > > NAME="-n piCoreHiFiBerry" > OUTPUT="-o sysdefault:CARD=ALSA" > ALSA_PARAMS="-a 200:4" > BUFFER_SIZE= > CODEC= > PRIORITY= > MAX_RATE= > UPSAMPLE= > MAC_ADDRESS= > *SERVER_IP="-s 192.168.x.xxx"* > LOGLEVEL= > LOGFILE= > -------------------- > > > Fairly easy to fix, hopefully? > > > Richard
thank you for finding the bug, it Will be fixed. steen piCorePlayer a small player for the Raspberry Pi (25MB in RAM). Homepage: https://sites.google.com/site/picoreplayer/home and discussion: http://forums.slimdevices.com/showthread.php?97803-piCoPlayer-Squeezelite-on-Microcore-linux-An-embedded-OS-in-RAM-with-Squeezelite Squeezeboxserver on Voyage Linux 500 MB CF-card (read-only) http://forums.slimdevices.com/showthread.php?90581-HOW-TO-install-squeezeboxserver-on-very-small-Linux-(Voyage-linux) ------------------------------------------------------------------------ sbp's Profile: http://forums.slimdevices.com/member.php?userid=37237 View this thread: http://forums.slimdevices.com/showthread.php?t=97803 _______________________________________________ unix mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/unix
