I’ve seen some digitizers on amazon that would do the trick but they’re rather clunky and don’t split songs as they are played or save any meta data. I presume this would be possible given that the song title is often displayed on various Bluetooth car stereos. Any recommendations would be greatly appreciated for hardware / software.
You can stream your primary sound driver via icecast and then on another machine use ffmpeg to record it?
ffmpeg -i http://server:port -c copy output.mp3
.I dunno. This all seems super roundabout.
Aha ok yeah that does make more sense will give it a shot— thank you!