This repository contains my MPV Configs, Scripts & Keybinds. This was setup on Windows 11, so some changes might be necessary (Like file paths & cli commands) to make it work on Linux/MacOS.
- autoload - [source] - This script automatically loads playlist entries before and after the currently played file.
- autosub - [source] - This script uses Subliminal to download subtitles.
- blackout - [source] - Turns the screen completely black and pauses on a button press ([b] by default)
- delete_file - [source] - This script is used to delete files.
- mpv-menu-plugin - [source] - Configurable context menu for mpv on Windows, with additional support for native file dialog and clipboard.
- ModernZ - [source] - A fork of ModernX, with build in support for interactive menus & better UI customization.
- pause-when-minimize - [source] - This script pauses playback when minimizing the window, and resumes playback.
- playlistmanager - [source] - This script allows you to see and interact with your playlist in an intuitive way.
- thumbfast - [source] - High-performance on-the-fly thumbnailer script for mpv
- mpv-pointer-event - [source] - Mouse/Touch input event detection for mpv.
- touch-gestures - [source] - Touch gestures for mpv.
- mpv-gallery-view [source] - Playlist grid view
- mpv-gallery-view (Contact Sheet) [source] - Contact sheet view
- Space Grotesk & Atkinson Hyperlegible - My preferred font for subtitles.
- Fluent System Icons - A modified version by Xurdejl for use on (ModernZ OSC)
- Material Design Iconic - Material Design Icons used for ModernZ OSC
Prerequisites - mpv, git & python (pip).
-
Navigate to
%APPDATA%by using the run menuWin + r -
Cloning the repository
git clone https://github.com/ThunderE75/mpv-scripts mpv -
Download Subliminal (for autosub.lua)
pip install subliminal
| Keybinds | Description |
|---|---|
| b | blackout (black screen) |
| 0 to 9 (on Keypad) | Seek to num*10% (Youtube-esque seek) |
| Keybinds | Description |
|---|---|
| p | Peek current playlist |
| Ctrl + → | Next File |
| Ctrl + ← | Previous File |
| Shift + Enter | Show playlist manager console |
| Shift + Alt + s | Cycle Playlist Sort |
| Shift + Alt + h | Shuffle current playlist |
| c | Open contact sheet |
| g | Open grid playlist view |
| Keybinds | Description |
|---|---|
| v | Toggle Subtitle |
| Ctrl+Alt+s | Download Subtitles |
| j | Cycle Subtitle |
| z | Reduce subtitle delay (1ms) |
| Shift + z | Add subtitle delay (1ms) |
Files will be deleted only upon exit more info.
| Keybinds | Description |
|---|---|
| Shift + Del | Mark/Unmark file to be deleted |
| Alt + Del | Show the list of files marked for deletion |
| Ctrl + Shift + Del | Clear the list of marked files (files will not be deleted) |
| Keybinds | Description |
|---|---|
| Page up or @ | Next Chapter |
| Page down or ! | Next Chapter |
| a | Cycle Aspect Ratio |
| s | Screenshot View |
| Shift + s | Screenshot Video (without Screenshot) |