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
Óscar García Amor f121e297df
Fix publish github signed apk CI step (again)
2022-04-11 11:58:57 +02:00
.circleci Fix publish github signed apk CI step (again) 2022-04-11 11:58:57 +02:00
.github Run dependabot monthly 2021-10-04 18:45:33 +02:00
.idea Add weak warning for code which is not formatted according to the official style guide. 2022-03-27 15:22:43 +02:00
.tx Added german translation 2020-02-07 10:54:21 +01:00
core Move Track and Album to their own files 2022-03-27 16:39:35 +02:00
fastlane/metadata/android Bump version to 3.2.0 2022-04-11 10:12:52 +02:00
gradle Update Okhttp, Jackson and retrofit 2022-03-19 17:07:16 +01:00
gradle_scripts Merge branch 'develop' into dependabot/gradle/versions.kotlin-1.6.10 2022-02-08 18:18:58 +01:00
ultrasonic Bump version to 3.2.0 2022-04-11 10:12:52 +02:00
.gitignore Keep the whole .idea directory ignored. 2022-03-27 15:24:33 +02:00
CONTRIBUTING.md Update CONTRIBUTING.md 2020-12-18 09:42:24 +01:00
ISSUE_TEMPLATE.md Improve issue template adding server info 2022-02-25 08:44:05 +01:00
LICENSE Added LICENSE 2017-01-12 09:27:58 +01:00
README.md [skip ci] Replace Airsonic with Airsonic-Advanced 2022-03-28 15:39:52 +02:00
build.gradle Move versions file to gradle dir 2021-12-20 22:15:07 +01:00
detekt-baseline.xml Fix older detekt issues in DownloadFile and regenerate Baselinefile 2022-03-27 16:40:09 +02:00
detekt-config.yml Removed remaining DocumentFile uses 2021-12-12 17:06:11 +01:00
gradle.properties Fixed search, put compareTo method into Interface 2021-11-30 21:21:04 +01:00
gradlew Merge branch 'develop' into dependabot/gradle/org.jetbrains.kotlinx-kotlinx-coroutines-android-1.6.0-native-mt 2022-02-08 19:57:01 +01:00
gradlew.bat Update Gradle to 7.0 2021-05-06 20:33:38 +02:00
settings.gradle Use new toml file for version declaration 2021-12-20 21:59:57 +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.

If you want to use the version downloaded from F-Droid or form Github with Android Auto, you must enable Unknown Sources as it is described in this wiki page.

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.