Update README.md

This commit is contained in:
nuttylmao
2026-06-29 04:54:02 +10:00
committed by GitHub
parent 53808bee74
commit 6524888c8e
+5 -2
View File
@@ -1,8 +1,8 @@
# SMTC Bridge
SMTC Bridge was designed to expose Windows ***System Media Transport Controls (SMTC)*** as a clean REST API.
SMTC Bridge is a lightweight system tray application that exposes Windows ***System Media Transport Controls (SMTC)*** as a clean REST API.
This lightweight system tray application allows evelopers can easily create their own "Now Playing" widgets that work with anything supported by SMTC, bypassing the complex API limitations imposed by streaming platforms (fuck you Spotify).
This tool allows developers to easily create their own "Now Playing" widgets that work with anything supported by SMTC, bypassing the complex API limitations imposed by streaming platforms (fuck you Spotify).
Simply open run the application, and a local web server will run in the background, accessible via `http://127.0.0.1:5000/now-playing/`
@@ -11,6 +11,9 @@ Simply open run the application, and a local web server will run in the backgrou
2. Run the application — a tray icon will appear.
3. Right-click the icon to view the API.
A ready-to-use "Now Playing" widget utilizing SMTC Bridge is available to use here:
**[https://beta.nutty.gg/now-playing/settings/](https://beta.nutty.gg/now-playing/settings/)**
### Endpoints
| Method | Endpoint | Description |