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
Nite 77f857b1c6
Added setting to disable Now Playing List sending for incompatible bluetooth devices
2021-09-17 16:45:33 +02:00
.circleci Break up CI steps and only build release (and not debug) in last steps 2021-08-26 12:07:00 +02:00
.github
.tx
core Use semantically correct API endpoint when streaming/downloading. 2021-08-28 11:39:32 +02:00
fastlane/metadata/android Bump version to 2.23.0 2021-08-26 11:04:21 +02:00
gradle/wrapper
gradle_scripts Add a Room database for Artists, Indexes and MusicFolders. 2021-06-29 18:01:26 +02:00
ultrasonic Added setting to disable Now Playing List sending for incompatible bluetooth devices 2021-09-17 16:45:33 +02:00
.gitignore
CONTRIBUTING.md
ISSUE_TEMPLATE.md
LICENSE
README.md Added link to the wiki for enabling Ultrasonic with Android Auto 2021-09-10 12:04:37 +02:00
build.gradle
dependencies.gradle Bump junit-vintage-engine from 5.7.1 to 5.8.0 2021-09-15 14:32:46 +00:00
detekt-baseline.xml Convert MainFragment to Kotlin 2021-08-26 22:58:40 +02:00
detekt-config.yml Increase memory cache size 2021-06-23 17:31:41 +02:00
gradle.properties
gradlew
gradlew.bat
settings.gradle Remove file storage code from RESTAPI class 2021-06-29 18:01:26 +02:00
ultrasonic-keystore.enc

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.