Skip to content

Samillion/mpv-conf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

384 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

ModernZ-OSC

Configuration files and scripts I use for mpv, tailored to a generally minimal and straightforward use case.

Notes

  • Using profile=high-quality
    • Use with a capable dedicated GPU, otherwise use profile=fast or no profile (default)
    • You can view profile details with mpv --show-profile=high-quality
  • Hardware decoding enabled
  • Default keybinds are disabled: input-default-bindings=no
  • Matroska ordered chapters is disabled: ordered-chapters=no
  • [Media] and [Slideshow] auto-profiles are system specific, use as reference or adjust
  • Some options are Windows OS specific, in use or value

Important

Latest mpv (git/master) is required. Please review the files before use to understand their contents.

Configuration

Scripts

Note

Source links lead to the respective repositories of the original authors.

File Locations

  • Windows: %APPDATA%\mpv\ or C:\users\USERNAME\AppData\Roaming\mpv\
  • Linux: ~/.config/mpv/ or /home/USERNAME/.config/mpv/
  • Mac: ~/.config/mpv/ or /Users/USERNAME/.config/mpv/
📁 mpv/
│   ├── 📄 input.conf
|   ├── 📄 menu.conf
│   └── 📄 mpv.conf
├── 📁 fonts/
│   ├── 📄 fluent-system-icons.ttf
│   └── 📄 material-design-icons.ttf
├── 📁 script-opts/
│   ├── 📄 boxtowide.conf
│   ├── 📄 modernz.conf
│   ├── 📄 pause_indicator_lite.conf
│   ├── 📄 thumbfast.conf
│   └── 📄 ytdlautoformat.conf
└── 📁 scripts/
    ├── 📄 boxtowide.lua
    ├── 📄 modernz.lua
    ├── 📄 open-file.lua
    ├── 📄 pause_indicator_lite.lua
    ├── 📄 pip_lite.lua
    ├── 📄 sponsorblock_minimal.lua
    ├── 📄 thumbfast.lua
    └── 📄 ytdlautoformat.lua

Note

More information about files locations can be found here

Footnotes

  1. BoxToWide is a script written and maintained by me.

  2. ModernZ is a fork maintained by me.

  3. Open-File is a fork maintained by me.

  4. Pause Indicator Lite is a script written and maintained by me.

  5. PiP-Lite (Picture-in-Picture) is a script written and maintained by me.

  6. ytdlAutoFormat is a script written and maintained by me.

About

My mpv configuration files and scripts.

Topics

Resources

Stars

Watchers

Forks

Languages