From 4755fd0db9210a7f790fa7bd3f298ce6ceeebb15 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=93scar=20Garc=C3=ADa=20Amor?= Date: Thu, 15 Feb 2018 20:28:07 +0100 Subject: [PATCH] Added a list of known (not our) bugs. Closes #157 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Óscar García Amor --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2b2277bc..895b157e 100644 --- a/README.md +++ b/README.md @@ -12,11 +12,17 @@ App is available to download at following stores: [Get it on Google Play](https://play.google.com/store/apps/details?id=org.moire.ultrasonic) [Get it on F-Droid](https://f-droid.org/packages/org.moire.ultrasonic/) -## Bugs and issue +## Bugs and issues First, see if your issue haven’t been yet reported [here](https://github.com/ultrasonic/ultrasonic/issues), otherwise open [a new issue](https://github.com/ultrasonic/ultrasonic/issues/new). +### Known (not our) bugs + +If you are using *Madsonic 5.1.X* several sections of Ultrasonic will not +work. This is caused by bad implementation of Subsonic API by Madsonic. For +more info about this you can read [this bug](https://github.com/ultrasonic/ultrasonic/issues/129). + ## Contributing See [CONTRIBUTING](CONTRIBUTING.md). @@ -27,7 +33,7 @@ See [CONTRIBUTING](CONTRIBUTING.md). - [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 +Other *Subsonic API* implementations should work as well as long as they follow API [documentation](http://www.subsonic.org/pages/api.jsp). ## License