From ea3d36110d46b0934c2e9b7562cd022ce1f4e936 Mon Sep 17 00:00:00 2001 From: Yahor Berdnikau Date: Wed, 27 Dec 2017 22:25:59 +0100 Subject: [PATCH] Add supported (tested) subsonic api implementations in README. Signed-off-by: Yahor Berdnikau --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index b1d44331..2b2277bc 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,15 @@ otherwise open [a new issue](https://github.com/ultrasonic/ultrasonic/issues/new See [CONTRIBUTING](CONTRIBUTING.md). +## Supported (tested) Subsonic API implementations + +- [Subsonic](http://www.subsonic.org/pages/index.jsp) +- [Airsonic](https://github.com/airsonic/airsonic) +- [Supysonic](https://github.com/spl0k/supysonic) + +Other *Subsonic API* implementations should work as well as long as they follow API +[documentation](http://www.subsonic.org/pages/api.jsp). + ## License This software is licensed under the terms of the GNU General Public License version 3 (GPLv3).