diff --git a/README.md b/README.md index 2ca707c..b9dcc55 100644 --- a/README.md +++ b/README.md @@ -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 |