Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/abdallahmehiz/mpvKt
- Owner: abdallahmehiz
- License: apache-2.0
- Created: 2024-05-12T22:30:23.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-12-21T07:56:31.000Z (7 days ago)
- Last Synced: 2024-12-21T08:33:27.615Z (7 days ago)
- Topics: android, compose, jetpack-compose, kotlin, material3, media-player, mpv, mpv-android, mpv-player
- Language: Kotlin
- Homepage:
- Size: 14.6 MB
- Stars: 674
- Watchers: 8
- Forks: 24
- Open Issues: 63
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-mpv - mpvKt - For Android, based on Kotlin. (Other)
README
# 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.