Kiriakos Antoniadis
Kiriakos Antoniadis
> > OK the build works, but staring throws an error: > > ``` > > mpd exited with code 0 > > mpd | exception: Failed to open '/home/pi/.config/mpd/mpd.conf':...
> @Groovylein can you check again? works for me now under WSL Oh missed that. Building works with the changes.
My problem now is that I still get the errors: ``` jukebox | 22.01.2024 20:32:31 - 67:server.py - jb.rpc.server - MainThread - INFO - Init RPC Server (Pyzmq version: 21.0.2;...
When having one line: `RUN export ZMQ_PREFIX=${PREFIX} && export ZMQ_DRAFT_API=1 && pip install -v --no-binary pyzmq --pre pyzmq` I get another error: ``` jukebox | 22.01.2024 21:27:48 - 67:server.py -...
> Great work! > I was thinking for a while abstracting the player would be great and thus am excited to see these changes. > Personally I am thinking to...
Hi, How did CERT PL got attention to this repository? Do you have a recommendation or example how this can be handled or is handled in other repositories?
I'm having the same issue. My current installation: ``` $ git show commit 786d3749991b30cd3b58737da19c6b16e5b79aeb (HEAD -> develop, origin/develop, origin/HEAD) Merge: 2b66d89 e5e77d2 Author: Micz Flor Date: Fri May 15 09:49:15...
First investigation: `gpio-buttons.py` and `playout_controls.sh` acting fast. There must be some delay after calling: ``` echo -e setvol +$VOLPERCENT\\nclose | nc -w 1 localhost 6600 ```
Found this thread: https://forum-raspberrypi.de/forum/thread/45100-phoniebox-verzoegerung-beim-einstellen-der-lautstaerke-ueber-drehregler/ After doing following steps recommended in [this post](https://forum-raspberrypi.de/forum/thread/45100-phoniebox-verzoegerung-beim-einstellen-der-lautstaerke-ueber-drehregler/?postID=408399#post408399) no delay detected. ``` sudo apt-get install mopidy-alsamixer ``` modify `/etc/mopidy/mopidy.conf` to: ``` [audio] mixer = alsamixer output...
@s-martin I'm having the Spotify version. Did not try it with the basic version since the phoniebox is in use.