mulsoft wrote:
> I will try your workaround but I switched off the player in the gui for
> my device (power button) and after a day turned it on in the gui and it
> streams fine.
>
> Client is not rebooted nor did I restart the squeezelite daemon.
>
> I am running Debian 6 as well on an Intel based client connected via
> toslink to my NAD 375BEE.
thx 4 your reply
i changed my "workaround" cause i dont really like the Hardcore Killing
....
But i had not run it long enough to really find out if its better or not
(its nicer)
Instead of the...
Code:
--------------------
if [ $timetoplay1 = $timetoplay2 ]
then
echo no difference between 1st and 2.nd check>>/tmp/playercheck.log
sudo service squeezelite stop
sudo service squeezelite restart
else
--------------------
it now
Code:
--------------------
if [ $timetoplay1 = $timetoplay2 ]
then
echo no difference between 1st and 2.nd check>>/tmp/playercheck.log
printf "$playerID power 0 \nexit\n" | nc $server $port
else
--------------------
I think thats the better way - cause of if i add tracks to the sleeping
Player it wakes up and play - but let me check that a day more - or if u
want - feel free to do :o
Gruss
Jan
------------------------------------------------------------------------
DJanGo's Profile: http://forums.slimdevices.com/member.php?userid=1516
View this thread: http://forums.slimdevices.com/showthread.php?t=99916
_______________________________________________
unix mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/unix