From d6b2bd97fbd2fcec3457c7dd9a21392eba6f2c94 Mon Sep 17 00:00:00 2001 From: Drew Weymouth Date: Sun, 14 Sep 2025 09:55:25 -0700 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 430bc5f..5b32973 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ Supersonic supports any music server with a Subsonic (or OpenSubsonic) API, or J * [x] ReplayGain support (depends on files being tagged on server) * [x] Waveform seekbar * [x] [Custom themes](https://github.com/dweymouth/supersonic/wiki/Custom-Themes) -* [x] MPRIS and Mac OS media center integration for media key and desktop control +* [x] MPRIS, Windows SMTC, and Mac OS media center integration for media key and desktop control * [x] Built-in 15-band graphic equalizer * [x] Scrobble plays to server, with configurable criteria * [x] Add and switch between multiple servers @@ -69,14 +69,14 @@ Platform-specific installation instructions are listed below. In addition to the ### Linux * **AppImage:** On the [latest release](https://github.com/dweymouth/supersonic/releases) page, you can download an AppImage package with the MPV library bundled.
-Supported OS:
+Tested OSes:
ubuntu 22.04+
debian 12+
fedora 42+
* **(Debian) .tar.xz:** The.tar.xz builds from the Releases page support Debian-based distros. You **must** have libmpv installed on your system, and choose the correct release build (libmpv2 or libmpv1) based on which is available in your distro's package manager. On apt-based systems, run `sudo apt install libmpv1` (or libmpv2) if it is not already installed. To install the Linux release build, after ensuring the required libmpv is installed, extract the .tar.xz bundle and run `make user-install` or `sudo make install`. -* **Packages:** On Linux, Supersonic is [available as a Flatpak](https://flathub.org/apps/details/io.github.dweymouth.supersonic). (Thank you @anarcat!) Third-party packages are also available for Arch and Nix OS. Please note that the Flatpak package currently does not support CJK fonts as the sandboxing breaks font lookup. +* **Packages:** On Linux, Supersonic is [available as a Flatpak](https://flathub.org/apps/details/io.github.dweymouth.supersonic). (Thank you @anarcat!) Third-party packages are also available for Arch and Nix OS. **Please note** that the Flatpak package currently does not support CJK fonts as the sandboxing breaks font lookup. ### Windows