Updated README with IzzySoft link and radio support.
This commit is contained in:
parent
307ecc4128
commit
64c8887dcb
|
@ -3,15 +3,16 @@
|
|||
![](https://img.shields.io/github/license/apognu/otter?style=flat-square)
|
||||
[![](https://img.shields.io/travis/apognu/otter/master?style=flat-square)](https://travis-ci.org/apognu/otter)
|
||||
[![](https://img.shields.io/badge/Play%20Store-otter-informational?style=flat-square)](https://play.google.com/store/apps/details?id=com.github.apognu.otter)
|
||||
[![](https://img.shields.io/badge/IzzySoft-otter-informational?style=flat-square)](https://apt.izzysoft.de/fdroid/index/apk/com.github.apognu.otter)
|
||||
[![](https://img.shields.io/badge/APK-otter-informational?style=flat-square)](https://github.com/apognu/otter/releases)
|
||||
|
||||
Otter is a native Android music player for [Funkwhale](https://funkwhale.audio), native to Android (developed in Kotlin) and to Funkwhale (uses its native API instead of Subsonic).
|
||||
Otter is a native Android music player for [Funkwhale](https://funkwhale.audio), native to both Android (developed in Kotlin) and to Funkwhale (uses its native API instead of Subsonic).
|
||||
|
||||
![Otter graphic](https://github.com/apognu/otter/raw/master/app/src/main/play/listings/en-US/graphics/feature-graphic/1.png)
|
||||
|
||||
## State
|
||||
|
||||
A beta version of the app can be downloaded on [Google Play](https://play.google.com/store/apps/details?id=com.github.apognu.otter) or through [GitHub releases](https://github.com/apognu/otter/releases). Please bear with it, there **will** be bugs, there **will** be crashes and there **will** be performance or UX issues.
|
||||
A beta version of the app can be downloaded on [Google Play](https://play.google.com/store/apps/details?id=com.github.apognu.otter), on [IzzySoft](https://apt.izzysoft.de/fdroid/index/apk/com.github.apognu.otter) (F-Droid-compatible repository) or through [GitHub releases](https://github.com/apognu/otter/releases). Please bear with it, there **will** be bugs, there **will** be crashes and there **will** be performance or UX issues.
|
||||
|
||||
Otter's features, as of this writing, are the following:
|
||||
|
||||
|
@ -21,6 +22,7 @@ Otter's features, as of this writing, are the following:
|
|||
* Track search
|
||||
* Queue management
|
||||
* Caching of played tracks (played tracks work offline)
|
||||
* **EXPERIMENTAL:** Radios playback
|
||||
* Dark mode! 🎉
|
||||
|
||||
Otter will try to behave as you would expect a mobile music player to, meaning integrating with the OS's media controls (including headset controls) or pause on incoming calls. If there is anything you would like it to do, please [open an issue](https://github.com/apognu/otter/issues/new).
|
||||
|
|
Loading…
Reference in New Issue