490de25b05
On top this fix, this commit adds support for "My content" and "Favorites" instance radios (fixes #51), as well as clearly separates instance radios from user radios. Radios were a bit unusable when not logged in with an actual authorized user account, this commit fixes the following elements: * Anonymous users get a transient session cookie when starting a radio session that was not stored and forwarded on playback, meaning no radios would play; * Anonymous users do not have their own own content. Thus, only the "Random" radio makes sense in that context. This commit only display the instance radios that are relevant to your authentication status. "My content" radios needs the user ID to function properly, this commit also adds retrieving it from the /api/v1/users/users/me/ endpoint, which now may be used in the future for other purposes. |
||
---|---|---|
.github/workflows | ||
app | ||
dist | ||
fastlane/metadata/android | ||
gradle/wrapper | ||
libs | ||
.editorconfig | ||
.gitignore | ||
.travis.yml | ||
LICENSE | ||
README.md | ||
build.gradle.kts | ||
gradle.properties | ||
gradlew | ||
gradlew.bat | ||
settings.gradle.kts |
README.md
Otter for Funkwhale
Otter is a native Android music player for Funkwhale, native to both Android (developed in Kotlin) and to Funkwhale (uses its native API instead of Subsonic).
State
A beta version of the app can be downloaded on Google Play, on IzzySoft (F-Droid-compatible repository) or through GitHub 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:
- Basic collection browsing (artists, albums and tracks)
- Playlists listing
- Favorites management (listing and add/remove)
- Track search
- Queue management
- Caching of played tracks (played tracks work offline)
- 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.
Translation
Otter is being translated by the community through Weblate. If you would like to contribute to its localization or add a new language, you can help out there.
Thanks to the Funkwhale project for hosting us on their instance.