A curated collection of powerful Lua scripts for MPV Android β enhancing your media experience with smart automation, audio enhancement, and intuitive overlays.
- π Auto Chapter Skipper
- β±οΈ Duration OSD
- πΊ Up Next Episode Overlay
- π Audio Enhancer
- π¦ Installation
AUTO CHAPTER SKIPPER FOR MPV ANDROID Automatically skips unwanted chapters so you never have to manually skip again.
| Chapter Type | Status |
|---|---|
| π¬ Opening | β Auto-Skipped |
| ποΈ Intro | β Auto-Skipped |
| π Outro | β Auto-Skipped |
| π Ending | β Auto-Skipped |
| π Credits | β Auto-Skipped |
| ποΈ Preview | β Auto-Skipped |
π File: auto_skip(chapter skipper).lua
π Gist: https://gist.github.com/Graywizard888/9ac8bdf1947063407d11079144b75474
MPV ANDROID DURATION OSD SCRIPT Shows a persistent, clean duration display so you always know where you are in your media.
- π Persistent OSD anchored to the top-right corner
- π Clean and minimal format display
βΆοΈ Always visible during playback
ββββββββββββββββββββββββββββ
β βΆ 1:23:45 / 2:00:00 β β Top-Right Corner
ββββββββββββββββββββββββββββ
π File: Duration_OSD (v1.3).lua
π Gist: https://gist.github.com/Graywizard888/44c76b134d576cf299df8908672295c8
UP NEXT EPISODE OVERLAY SCRIPT FOR MPV ANDROID A sleek Netflix-style "Up Next" overlay that appears automatically near the end of each episode.
- π Shows "Up Next" episode card when 2 minutes remain
- π Shows "Season Ended" with episode countdown if no next episode is available
- π Live countdown timer with a clock icon
- β Separator line above the countdown for clean visual separation
- β―οΈ Properly handles seek / pause / resume transitions
- π¨ Right-aligned OSD with colorful multi-line text
ββββββββββββββββββββββββββββ
β πΊ Up Next β
β βββββββββββββββββββββββ β
β π Next in 0:01:45 β
ββββββββββββββββββββββββββββ
π File: Up_next(Episode overlay v5.5).lua
π Gist: https://gist.github.com/Graywizard888/88d78790a86b2d905c02b82421e6db57
AUDIO ENHANCEMENT EQUALIZER FOR MPV ANDROID Professional-grade audio enhancement optimized for AAudio Backend (Android 8.1+), tuned for Movies & Anime content.
| Feature | Detail |
|---|---|
| π¬ Audio Analysis | 3-second analysis before applying filters |
| π Channel Support | Mono Β· Stereo Β· 5.1 Β· 7.1 Β· Multi-channel |
| ποΈ Equalizer | Professional 15-Band FireEqualizer |
| π Band Types | Mixed: Octave + Slope + Q-Factor widths |
| π΅ Bass Tuning | Moderate boost (max +2dB) on original frequencies |
| β‘ Latency | AAudio-optimized low-latency timing |
| ποΈ Audio Format | Native Float32 (AAUDIO_FORMAT_PCM_FLOAT) |
| π Resampling | No forced resampling β AAudio handles it natively |
| π Track Detection | Automatic track change detection |
| π§Ή Cleanup | Proper cleanup on file end / close |
| β―οΈ Pause Handling | Proper pause / resume handling |
| π§ Modes | Speaker / Earphone |
| π§βπ» Earphone codec support | Aptx / Aptx HD |
15-Band FireEqualizer
βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
β Sub Bass Low-M Mid Hi-M Pres Air Bril Ext β
β ββββ ββββ ββββ ββββ ββββ ββββ ββββ ββββ ββββ β
βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Optimized for Movies & Anime Β· AAudio Backend
π File: Audio_Enhancer(Industrial Grade Mode)v7.4.lua
π Gist: https://gist.github.com/Graywizard888/ba9ce533c4117ae58af29ae3ec5ce71b
place this configuration in /storage/emulated/0/MpvConfig/mpv.conf
##########
# AUDIO #
#########
ao=aaudio
audio-pitch-correction=yes
audio-channels=auto-safe
volume-max=150
audio-format=float
# 1. Download the desired .lua script from the Gist links above
# 2. Place the script in your MPV scripts folder:
# Android path:
/storage/emulated/0/MpvConfig/scripts
# 3. Enable them in MpvEx app settings
Settings/Advanced/Manage lua scriptsπ‘ Tip: You can install all scripts at once β they are fully compatible with each other!
| # | Script | Version | Type | Gist Link |
|---|---|---|---|---|
| 1 | auto_skip(chapter skipper).lua |
Latest | π€ Automation | π Open |
| 2 | Duration_OSD.lua |
v1.3 | π₯οΈ Display | π Open |
| 3 | Up_next(Episode overlay).lua |
v5.5 | πΊ Overlay | π Open |
| 4 | Audio_Enhancer(Industrial Grade Mode).lua |
v7.4 | π Audio | π Open |
```