A click wheel and a spinning record for the music playing in Spotify.
A free iPhone app that controls the Spotify app on your phone. Its widgets put the record you're playing on your Home Screen and Lock Screen.
33⅓ rpmTap the record to stop it
Switch between them with the icon in the top-right corner. Both show the track, the artist and a progress bar you can drag to seek.
Turn the wheel to flip through what Spotify recommends for you, with a haptic tick at every step.
The record fills the screen and turns at 33⅓ rpm while music plays, with the album art as its label. No buttons: the record is the control.
Recorded in the iPhone 17 Pro Simulator.
The Now Playing widget comes in five sizes, and each one shows what Podium is playing. Add it from the Home Screen or Lock Screen editor by searching for Podium.
Home Screen
Lock Screen
Mon 14 Beat It · Michael Jackson
9:41
Podium refreshes its widgets when the track changes, when you pause and when you seek. Nothing polls in the background.
The widget knows when the track started and when it ends, so iOS moves the bar along on its own between updates.
The app shares a small snapshot with its widgets through an App Group. Label art is saved at 256 × 256 px to stay under WidgetKit's image size limit.
Podium isn't on the App Store. Spotify's developer terms allow apps like it for personal, non-commercial use, so you build it from source and install it on your own iPhone.
Open the project and press Run. The Simulator plays a demo library, so there's nothing to set up.
git clone https://github.com/mateuszlomni/podium.git open podium/Podium.xcodeproj
In the Spotify Developer Dashboard, create an app, select iOS, and add your bundle ID and this redirect URI.
podium-player://spotify-login-callback
Copy the example config, then fill in PODIUM_BUNDLE_ID, DEVELOPMENT_TEAM and SPOTIFY_CLIENT_ID. Git ignores this file.
PODIUM_BUNDLE_ID
DEVELOPMENT_TEAM
SPOTIFY_CLIENT_ID
cp Config/Secrets.example.xcconfig Config/Secrets.xcconfig
Turn on Developer Mode and run from Xcode. Start playing something in Spotify, open Podium and tap Connect.
Podium is free and open source, and every feature is in the code for everyone. If it earned a spot on your Home Screen, you can support its development with a coffee. It's voluntary and doesn't unlock anything in the app.