Ultrasonic è un client Android per lo streaming di musica gratuito e open source per Subsonic. Implementazioni API Subsonic supportate: Subsonic, Airsonic, Supysonic, Funkwhale, Ampache. Altre implementazioni dell'API Subsonic dovrebbero andare https://funkwhale.it
Go to file
tzugen b78dadc170
Run dependabot only weekly!
2021-05-12 10:07:43 +02:00
.circleci Remove codecov 2021-05-06 22:54:17 +02:00
.github Run dependabot only weekly! 2021-05-12 10:07:43 +02:00
.tx Added german translation 2020-02-07 10:54:21 +01:00
core Fixed some more warnings 2021-05-07 15:55:03 +02:00
fastlane/metadata/android Bump version to 2.20.0 2021-04-27 18:43:35 +02:00
gradle/wrapper Update Gradle to 7.0 2021-05-06 20:33:38 +02:00
gradle_scripts Migrate ciTest to "Task Configuration Avoidance" 2021-05-06 20:33:38 +02:00
ultrasonic Revert accidental changes in the method signature. 2021-05-11 12:04:29 +02:00
.gitignore Added release folder to .gitignore 2018-01-24 17:30:01 +01:00
CONTRIBUTING.md Update CONTRIBUTING.md 2020-12-18 09:42:24 +01:00
ISSUE_TEMPLATE.md Update project README 2017-12-10 13:44:52 +01:00
LICENSE Added LICENSE 2017-01-12 09:27:58 +01:00
README.md Add Ampache as supported server 2021-05-07 07:56:36 +02:00
build.gradle Update gradle plugin and androidxcore 2021-04-19 12:21:42 +02:00
dependencies.gradle Merge branch 'develop' into dependabot/gradle/com.google.android.material-material-1.3.0 2021-05-11 13:41:34 +02:00
detekt-baseline-debug.xml This was literally the result of removing one(!) dependency on context inside FileUtil 2021-05-11 12:04:29 +02:00
detekt-baseline-main.xml Remove a large number of baselined detekt issues :) 2021-05-11 12:04:29 +02:00
detekt-baseline-release.xml This was literally the result of removing one(!) dependency on context inside FileUtil 2021-05-11 12:04:29 +02:00
detekt-config.yml Update baseline files. I have moved several methods, which now get triggered again. 2021-04-27 20:41:14 +02:00
gradle.properties Fix gradle out of memory error 2020-09-28 18:00:10 +02:00
gradlew Update Gradle to 7.0 2021-05-06 20:33:38 +02:00
gradlew.bat Update Gradle to 7.0 2021-05-06 20:33:38 +02:00
settings.gradle Removed unused code, minor fixes 2021-02-09 19:49:26 +01:00
ultrasonic-keystore.enc Added Circle CI automatic builds 2018-01-25 18:46:23 +01:00

README.md

Ultrasonic

Build Status Codecov branch ktlint

Ultrasonic is free and open-source music streaming Android client for Subsonic API (version 1.7.0 or higher) compatible servers.

Help wanted

We currently don't have that much time to spend developing Subsonic, so any contributions or active developers are always welcomed.

Download

App is available to download at following stores:

Get it on Google Play Get it on F-Droid Get it on GitHub

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.

Bugs and issues

First, see if your issue havent been yet reported here, otherwise open a new issue.

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.

Contributing

See CONTRIBUTING.

Supported (tested) Subsonic API implementations

Other Subsonic API implementations should work as well as long as they follow API documentation.

License

This software is licensed under the terms of the GNU General Public License version 3 (GPLv3).

Full text of the license is available in the LICENSE file and online.