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

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

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.

[![Build](https://github.com/marlboro-advance/mpvEx/actions/workflows/build.yml/badge.svg)](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).

[![Download Release](https://img.shields.io/badge/Download-Release-blue?style=for-the-badge)](https://github.com/marlboro-advance/mpvEx/releases)

### Preview Builds
Try the latest preview builds:

[![Download Preview Builds](https://img.shields.io/badge/Download-Preview%20Builds-green?style=for-the-badge)](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.