add streaming and mobile-app instructions
This commit is contained in:
@@ -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)"
|
||||
|
||||
Reference in New Issue
Block a user