Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/abdallahmehiz/mpvKt

A media player for android, based on mpv-android and built with Jetpack Compose.
https://github.com/abdallahmehiz/mpvKt

android compose jetpack-compose kotlin material3 media-player mpv mpv-android mpv-player

Last synced: about 16 hours ago
JSON representation

A media player for android, based on mpv-android and built with Jetpack Compose.

Awesome Lists containing this project

README

        

# app icon mpvKt
A media player for Android based on [mpv-android](https://github.com/mpv-android/mpv-android) aiming to provide a *nicer* user interface over the original.

[![Build](https://github.com/abdallahmehiz/mpvKt/actions/workflows/build.yml/badge.svg)](https://github.com/abdallahmehiz/mpvKt/actions/workflows/build.yml)
## Additional features
- Nicer player UI
- Better playback history implementation
- Easier customization
- Sleep timer, Speed presets
- Smoother PiP

## Showcase



## Installation
you can download the app from the [Github releases page](https://github.com/abdallahmehiz/mpvKt/releases) or one of the official sources listed below:

[](https://f-droid.org/en/packages/live.mehiz.mpvkt/)
[](https://apt.izzysoft.de/fdroid/index/apk/live.mehiz.mpvkt)
[](https://play.google.com/store/apps/details?id=live.mehiz.mpvkt)

You can also access nightly builds from [here](https://github.com/abdallahmehiz/mpvKt/actions/workflows/nightlies.yml)
## Acknowledgments
- [mpv-android](https://github.com/mpv-android) for the base mpv library to use for this project.