2016-05-11 20:13:33 +02:00
# Ultrasonic
2017-07-30 16:09:44 +02:00
[![Build Status ](https://circleci.com/gh/ultrasonic/ultrasonic/tree/develop.svg?style=shield&circle-token=:circle-token )](https://circleci.com/gh/ultrasonic)
2017-08-11 19:57:48 +02:00
[![Codecov branch ](https://img.shields.io/codecov/c/github/ultrasonic/ultrasonic/develop.svg )]()
2017-08-15 13:08:15 +02:00
[![ktlint ](https://img.shields.io/badge/code%20style-%E2%9D%A4-FF4081.svg )](https://ktlint.github.io/)
2017-07-30 16:09:44 +02:00
2017-12-27 17:18:57 +01:00
Ultrasonic is free and open-source music streaming Android client for [Subsonic ](http://www.subsonic.org/ ) [API ](http://www.subsonic.org/pages/api.jsp ) (version 1.7.0 or higher) compatible servers.
2016-05-11 20:13:33 +02:00
2020-03-09 13:06:09 +01:00
## Help wanted
We currently don't have that much time to spend developing Subsonic, so any
contributions or active developers are always welcomed.
2017-12-10 13:44:52 +01:00
## Download
2016-05-11 20:13:33 +02:00
2017-12-27 17:18:57 +01:00
App is available to download at following stores:
2017-12-16 22:35:09 +01:00
[<img src="https://play.google.com/intl/en_us/badges/images/generic/en-play-badge.png" alt="Get it on Google Play" height="70"> ](https://play.google.com/store/apps/details?id=org.moire.ultrasonic )
[<img src="https://f-droid.org/badge/get-it-on.png" alt="Get it on F-Droid" height="70"> ](https://f-droid.org/packages/org.moire.ultrasonic/ )
2020-03-09 13:06:09 +01:00
[<img src="https://ultrasonic.github.io/assets/img/get-it-on-github.png" alt="Get it on GitHub" height="70"> ](https://github.com/ultrasonic/ultrasonic/releases )
**Warning**: All three versions (Google Play, F-Droid and the APKs) are not
compatible (not signed by the same key)! You must uninstall one to install
the other, which will delete all your data.
2017-12-27 17:18:57 +01:00
2018-02-15 20:28:07 +01:00
## Bugs and issues
2016-05-11 20:13:33 +02:00
2017-12-10 13:44:52 +01:00
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 ).
2016-05-11 20:13:33 +02:00
2018-02-15 20:28:07 +01:00
### 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 ).
2017-12-10 13:44:52 +01:00
## Contributing
2016-05-11 20:13:33 +02:00
2017-12-10 13:44:52 +01:00
See [CONTRIBUTING ](CONTRIBUTING.md ).
2017-12-27 22:25:59 +01:00
## 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 )
2021-05-07 07:56:36 +02:00
- [Ampache ](https://ampache.org/ )
2017-12-27 22:25:59 +01:00
2018-02-15 20:28:07 +01:00
Other *Subsonic API* implementations should work as well as long as they follow API
2017-12-27 22:25:59 +01:00
[documentation ](http://www.subsonic.org/pages/api.jsp ).
2017-12-10 13:44:52 +01:00
## License
2017-12-27 17:18:57 +01:00
This software is licensed under the terms of the GNU General Public License version 3 (GPLv3).
2017-12-10 13:44:52 +01:00
Full text of the license is available in the [LICENSE ](LICENSE ) file and [online ](https://opensource.org/licenses/gpl-3.0.html ).