snizzleorg
snizzleorg
I went for step 2B from your link. I downloaded the binary. the point however is starting it so that it outputs the audio to a named pipe, which is...
Did you create the pipe? ``` mkfifo /home/pi/music/spotify ``` and of course this needs to be inside the library folder of forked-daapd so the above assumes that ```/home/pi/music/``` is the...
This option in ```/etc/forked-daapd.conf``` is also helpful ``` ... # Watch named pipes in the library for data and autostart playback when # there is data to be read. To...
stability is so-so. It is crashing on me always. mostly I suppose it's forked-daapd crashing. not sure why though and I haven't had time to go into debugging. For running...
thanks for testing. I have not had time to dig to the root of this. Not sure what the crashes are and who is to blame. It's not so easy...
No I did not and gave up. I now run it directly on the host. less then ideal but it works without any problems
yes. The docker image had no network. It was something along sysctl forwarding enable.... I don't really recall.
same behavior with my setup 0.19gdc ubuntu 12.04 LTS
I got this one solved also. problem was that I did not connect a door open button and the program was stuck in the door open loop because the input...
probably your docker containers don't have network and therefore the apt-get failed. I had this problem on a raspberrypi.