mpvRex is a fork of mpvEx, which is based on mpv-android. It aims to combine the powerful features of mpv with an easy to use interface and additional features.
This project is built upon the hard work of many open-source contributors. Special thanks to the following repositories:
- mpvEx (Direct Upstream)
- mpv-android (Base)
- mpvKt
- Next player
- Gramophone
mpvRex adds the following features on top of the upstream mpvEx (feel free to copy):
- Player Control Always Dark Mode (f1eb7c2): Option to force player controls to always use dark theme.
- Subtitle Seeking Gesture (bbbb10b): dedicated gesture action to seek to the next/previous subtitle line.
- Primary Subtitle Indicator (bbbb10b): Visual indicator in the track menu showing the active primary subtitle.
- Bottom Controls Layout (aff35d1): Option to place playback controls below the seekbar implementation.
- Accidental Tap Prevention (e305c26): Preference to ignore single taps on the seekbar to prevent accidental seeks.
- Relative Seeking (e305c26): Drag on the seekbar seeks relative to the start position rather than absolute position.
- Reverse Double Tap Gestures (50cb8f1): Option to reverse left and right double tap gestures.
- Single Tap Gestures (0ffa87e): Add single tap gesture support for left and right regions.