I watch a lot of DJ sets on YouTube. Rarely are there track listings. I'm trying to make a hobby of DJing and learning what songs are being used is helpful to me, or at least that's what I'm telling myself. Manually hitting the Shazam button on Control Center was getting old, so I had Claude Code start a macOS app that would accept an audio file (mp3 or aac) and at a configurate timeslice use the ShazamKit API to identify what song is being played.
My contribution to this project was paying for the Apple Developer Account, writing the prompts, and testing. I don't think this is an app that many (any?) people other than myself need or want. And that's okay! It's nothing more than a fancy ShazamKit wrapper with a couple of things that I want.
- Configurable time sampling window
- The ability to export to Apple Music as a playlist
- The ability to export to HTML for display on the web
That's it. ¯_(ツ)_/¯
Here's the app in action:
Here's the final screen:






