From 2e7fd3428e4b43c17d224470dd3b4e6c9d0a0522 Mon Sep 17 00:00:00 2001 From: nuttylmao <76841561+nuttylmao@users.noreply.github.com> Date: Mon, 29 Jun 2026 04:31:32 +1000 Subject: [PATCH] Update README.md --- README.md | 25 +++++++++++++++++++++++-- 1 file changed, 23 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c262800..4cb72e5 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,23 @@ -# smtc-bridge -A lightweight system tray application for exposing System Media Transport Controls (SMTC) as a REST API +# 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 diagnostic list of all active media sessions. | + +## Quick Start +1. Download the latest `.exe` from the [Releases page](#). +2. Run the application; a tray icon will appear. +3. Right-click the icon to view the API data or manage your settings. + +## Credits +Built and maintained by **nutty**. +[Check out my other stream widgets here!](https://nutty.gg/collections/member-exclusive-widgets)