|
11 months ago | |
---|---|---|
.vscode | 11 months ago | |
.gitignore | 11 months ago | |
LICENSE | 11 months ago | |
README.md | 11 months ago | |
config.example.json | 11 months ago | |
main.py | 11 months ago | |
requirements.txt | 11 months ago | |
stations.example.json | 11 months ago |
because that old radio on your fridge may play more noise than music sometimes.
requirements:
recommended:
installing on raspbian/ubuntu:
sudo apt-get install mpv libmpv1 python3 python3-pip git
git clone https://codeberg.org/selfisekai/pi-internet-radio.git
cd pi-internet-radio
sudo pip3 install -r requirements.txt
cp stations.example.json stations.json
cp config.example.json config.json
# fill with your data with any editor
# specifying pin numbers: https://gpiozero.readthedocs.io/en/stable/recipes.html#pin-numbering
nano config.json
# change your station list as you wish
nano stations.json
license: AGPL-3.0