Install
From a release VSIX
Grab the latest .vsix from the Releases page:
code --install-extension playbar-<version>.vsixThe Linux x86_64 build bundles the playbar sidecar binary, so no extra setup is needed.
From source
See Development for building the sidecar and extension locally and running the Extension Development Host.
Verifying it works
- Start any MPRIS-aware player (Spotify, mpv, VLC, Firefox, …).
- Open VSCode. The status bar should show the current track.
- If nothing appears, open the Command Palette and run
PlayBar: Refresh, or check the Output panel for sidecar errors.
Troubleshooting
- Nothing in the status bar — confirm a player is running and exposes MPRIS:
busctl --user list | grep mpris. - Wrong player picked — set
playbar.preferredPlayerto the suffix of the bus name (e.g.spotify). - Custom sidecar build — point
playbar.sidecarPathat the binary.