add streaming and mobile-app instructions

This commit is contained in:
2026-05-18 12:27:39 +02:00
parent ee6e7b806f
commit 0e40a23828
12 changed files with 726 additions and 3 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ DIR="${1:-/opt/audiocontrol/pipes}"
echo "Creating audio pipe directory: $DIR"
mkdir -p "$DIR"
for PIPE in mopidy.fifo turntable.fifo cava.fifo; do
for PIPE in mopidy.fifo turntable.fifo cava.fifo stream.fifo; do
FULL="$DIR/$PIPE"
if [[ -p "$FULL" ]]; then
echo "$PIPE (already exists)"