https://github.com/thenickdude/lofipi-mpv
Automatically stream lo-fi hiphop at system startup on the Lofipi
https://github.com/thenickdude/lofipi-mpv
music raspberry-pi raspberrypi
Last synced: 2 months ago
JSON representation
Automatically stream lo-fi hiphop at system startup on the Lofipi
- Host: GitHub
- URL: https://github.com/thenickdude/lofipi-mpv
- Owner: thenickdude
- License: wtfpl
- Created: 2022-04-22T09:51:09.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-05-02T03:51:06.000Z (about 2 years ago)
- Last Synced: 2025-03-18T11:04:49.058Z (3 months ago)
- Topics: music, raspberry-pi, raspberrypi
- Language: JavaScript
- Homepage: https://www.printables.com/model/176143-lofipi
- Size: 31.3 KB
- Stars: 40
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Lofipi-mpv
This runs as a system service on Raspberry Pi inside my "lofipi" speaker to automatically stream music from
YouTube playlists on startup.For full build instructions, see:
https://www.printables.com/model/176143-lofipi
For input, a tone knob and a pause/skip button are connected to GPIO.
A PWM fan connected by GPIO will have its speed set to 50% on startup
by default.Check out the [default settings](default.conf), which you can override by copying that file to
`/etc/lofipi-mpv.conf` and editing them appropriately.## Installing
Install me with:
```bash
sudo dpkg -i lofipi-mpv_1.0.0-0~bullseye0_armhf.deb
```## Building
You can build me as a deb by:
```bash
sudo apt install debhelper nodejs npm
dpkg-buildpackage --build=binary -uc -us
```