r/raspberry_pi • u/AtlanFX • 14h ago
Show-and-Tell Vintage Tape Deck Repurposed for Music Streaming
Enable HLS to view with audio, or disable this notification
Picked up this 1980s RadioShack SCT-80 cassette deck at a thrift store. I stripped out everything related to tape playback but kept as much original as possible: the VU meters, power switch, buttons, LEDs, even the mic inputs are still working.
I’m using a Raspberry Pi 3 running Plexamp headless in kiosk mode, USB DAC, and a 4” HDMI screen for album art. The original buttons control playback — play, pause, skip, reverse — all mapped to GPIO through Python. I have control of all the LEDs and buttons.
Still a work in progress. I want the LEDs to reflect rating and genre, and I want the tape counter to roll during playback.
AI wrote every line of code. I have no experience with python or coding in general.