Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 1.02 KB

File metadata and controls

23 lines (18 loc) · 1.02 KB

LIdaBox

A RasPi application for a RFID controlled musicbox for local files like e.g. MP3s.

Overview

The user can store the names of playlists on RFID-tags, or he can link RFID-tag-UIDs to playlist names. Once the RC522-RFID-reader attached to the RasPi detects a corresponding tag, it starts playing the playlist. The playback is stopped when the end of the playlist is reached or when the tag is removed.

Run on Raspberry Pi at Startup

Just create "/etc/xdg/autostart/lidabox.desktop" containing:

[Desktop Entry]
Name=LIdaBox
Exec=lxterminal --working-directory="/<PATH>/<TO>/<LIdaBox>/" --command="python lidabox.py"

Credits

LIdaBox uses MFRC522-python by mxgxw, and VLC media player. Originally streaming with Google Play Music was possible via gmusicapi, but unfortunately Google discontinued GPM in 2020.

Hardware Example

IMAGE OF LIdaBox MISSING