c282fa2bfa0e091948faccb093e4fd34c9a468d0
SMTC Bridge
SMTC Bridge was designed to expose Windows System Media Transport Controls (SMTC) as a clean REST API.
This was designed for developers to easily create their own "Now Playing" widgets that work with anything supported by SMTC, bypassing the complicated API limitations imposed by streaming platforms (fuck you Spotify).
Simply open run the system tray application, and a local web server will run in the background, accessible at http://127.0.0.1:5000/now-playing/
Endpoints
| Method | Endpoint | Description |
|---|---|---|
GET |
/now-playing |
Returns the current media state as JSON. |
GET |
/sessions |
Returns a list of all active media sessions. |
Quick Start
- Download the latest
.exefrom the Releases page. - Run the application — a tray icon will appear.
- Right-click the icon to view the API.
Credits
Built and maintained by nutty. Check out my other stream widgets here!
Description
A lightweight system tray application for exposing System Media Transport Controls (SMTC) as a REST API
551 KiB