-
Notifications
You must be signed in to change notification settings - Fork 36
Open
Description
Hello, introducing myself. I just found this project and was able to use this to stream my turntable to my AirPlay devices! The instructions (http://faden.me/2018/03/18/babelpod.html) are a bit outdated, but I got it working using nvm and installing node lts/hydrogen (18.16.1) on a Raspberry Pi 4 (Raspberry Pi OS 64bit). Just wanted to share my success and say thanks!
Steps
Install nvm
wget -qO- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.3/install.sh | bashnvm install lts/hydrogenClone this repo
git clone https://github.com/afaden/babelpod.git
cd babelpod
npm iCreate the service
sudo nano /etc/systemd/system/babelpod.service[Service]
# need to specify the full path to node
ExecStart=/home/pi/.nvm/versions/node/v18.16.1/bin/node /home/pi/babelpod/index.js
StandardOutput=journal
Restart=on-failure
RestartSec=10
[Install]
WantedBy=multi-user.targetStart babelpod
sudo systemctl daemon-reload
sudo systemctl enable babelpod
sudo systemctl start babelpod
sudo systemctl status babelpodmacOS Settings (Airdrop & Handoff)
- Allow AirPlay for:
Anyone on the Same Network
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels