1
0
mirror of https://github.com/ultrasonic/ultrasonic synced 2024-12-24 16:02:44 +01:00
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
2021-08-26 11:58:20 +02:00
.circleci Break up CI steps and only build release (and not debug) in last steps 2021-08-26 11:58:20 +02:00
.github Run dependabot only weekly! 2021-05-12 10:07:43 +02:00
.tx
core The Tests actually caught an error :) 2021-06-29 18:01:26 +02:00
fastlane/metadata/android Bump version to 2.22.0 2021-06-29 11:51:24 +02:00
gradle/wrapper
gradle_scripts Add a Room database for Artists, Indexes and MusicFolders. 2021-06-29 18:01:26 +02:00
ultrasonic Merge branch 'develop' into video-cleanup 2021-08-25 14:27:05 +02:00
.gitignore
build.gradle Apply JVM Target to all Kotlin tasks 2021-05-28 19:21:50 +02:00
CONTRIBUTING.md
dependencies.gradle Bump constraintlayout from 2.0.4 to 2.1.0 2021-08-25 14:29:08 +00:00
detekt-baseline.xml Video call can be static 2021-08-18 09:09:08 +02:00
detekt-config.yml Increase memory cache size 2021-06-23 17:31:41 +02:00
gradle.properties The AGP build cache was removed in AGP 4.1. Previously introduced in AGP 2.3 to complement the Gradle build cache, the AGP build cache was superseded entirely by the Gradle build cache in AGP 4.1. This change does not impact build time. 2021-05-20 18:16:55 +02:00
gradlew
gradlew.bat
ISSUE_TEMPLATE.md
LICENSE
README.md Add Ampache as supported server 2021-05-07 07:56:36 +02:00
settings.gradle Remove file storage code from RESTAPI class 2021-06-29 18:01:26 +02:00
ultrasonic-keystore.enc

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.