Skip to content

Love this project! #28

@wrenchpilot

Description

@wrenchpilot

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 | bash
nvm install lts/hydrogen

Clone this repo

git clone https://github.com/afaden/babelpod.git
cd babelpod
npm i

Create 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.target

Start babelpod

sudo systemctl daemon-reload
sudo systemctl enable babelpod
sudo systemctl start babelpod
sudo systemctl status babelpod

macOS Settings (Airdrop & Handoff)

  • Allow AirPlay for: Anyone on the Same Network

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions