https://github.com/jccalhoun/mpcbuttonjukebox
A python script for running a Jukebox with a raspberry pi 5 that uses song numbers to add songs to the mpc queue and displays album art in a gtk window
https://github.com/jccalhoun/mpcbuttonjukebox
album-art jukebox mpc mpd mpd-album-art raspberry-pi raspberry-pi-5
Last synced: 4 months ago
JSON representation
A python script for running a Jukebox with a raspberry pi 5 that uses song numbers to add songs to the mpc queue and displays album art in a gtk window
- Host: GitHub
- URL: https://github.com/jccalhoun/mpcbuttonjukebox
- Owner: jccalhoun
- Created: 2025-02-27T00:56:02.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-03-09T15:36:31.000Z (4 months ago)
- Last Synced: 2025-03-09T16:29:53.929Z (4 months ago)
- Topics: album-art, jukebox, mpc, mpd, mpd-album-art, raspberry-pi, raspberry-pi-5
- Language: Python
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# mpcButtonJukebox
A python script for running a Jukebox with a raspberry pi 5 and raspberry pi OS that uses song numbers to add songs to the mpc queue and displays album art in a gtk windowOther scripts for running a jukebox from a raspberry pi use a touch screen to select songs. I wanted to be able to pick the songs using the buttons on the jukebox so I cobbled this together.
I'm not programmer so this was greatly assisted by chatgpt and other ai tools.
Only plays local music files and only looks inside the files for the album art.
Displays the numbers as entered on one 4 digit 7-segment diplay and the number of songs in the queue on a second
once a 4 digit number has been input the script looks up that line number from a txt file and ads it to the mpd queue. Adds without hitting enter.album art based on https://github.com/dedenholm/mpd-Coverview-kitty