https://github.com/marlboro-advance/mpvEx
A beautiful media player for android, based on mpv-android and built with Jetpack Compose. Forked from mpvKt
https://github.com/marlboro-advance/mpvEx
android jetpack-compose kotlin-android material-design-3 mpv-player
Last synced: 8 months ago
JSON representation
A beautiful media player for android, based on mpv-android and built with Jetpack Compose. Forked from mpvKt
- Host: GitHub
- URL: https://github.com/marlboro-advance/mpvEx
- Owner: marlboro-advance
- License: apache-2.0
- Created: 2025-10-19T09:20:10.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-10-26T14:15:47.000Z (8 months ago)
- Last Synced: 2025-10-26T16:22:51.085Z (8 months ago)
- Topics: android, jetpack-compose, kotlin-android, material-design-3, mpv-player
- Language: Kotlin
- Homepage:
- Size: 11.2 MB
- Stars: 60
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mpvExtended
A media player for Android based on [mpv-android](https://github.com/mpv-android/mpv-android) and [mpvKt](https://github.com/abdallahmehiz/mpvKt) aiming to provide a *nicer* user interface and additional features over the originals.
[](https://github.com/marlboro-advance/mpvEx/actions/workflows/build.yml)
---
## Features
* Nicer player UI
* Better playback history implementation
* Frame by frame navigation
* Easier customization
* Sleep timer, Speed presets
* Hardware and software video decoding
* High-quality rendering with advanced settings
* Play network streams with the "Open URL" function
* Picture-in-Picture, keyboard input supported
---
## Installation
### Stable Release
Download the latest stable version from the [GitHub releases page](https://github.com/marlboro-advance/mpvEx/releases).
[](https://github.com/marlboro-advance/mpvEx/releases)
### Preview Builds
Try the latest preview builds:
[](https://marlboro-advance.github.io/mpvEx/)
---
## Showcase

---
## Acknowledgments
- [mpv-android](https://github.com/mpv-android) for the base mpv library to use for this project.
- [mpvKt](https://github.com/abdallahmehiz/mpvKt) for the modified version of mpv-android.