Home

Awesome

mpv-conf

modernz-osc

My personal mpv configuration is minimal and tailored to my simple use case.

Noteworthy:

Please review the files before using to understand what is included.

[!IMPORTANT]
This configuration requires mpv v0.39+, as it utilizes features like autocreate-playlist introduced in that version (and some v0.38 nightlies), replacing the autoload.lua script as a native function.

Configuration

Scripts

[!NOTE] Source links lead to the respective repositories of the original authors.

Config and Scripts Locations

conf/mpv
│   input.conf
│   mpv.conf
│
├───fonts
│       fluent-system-icons.ttf
│
├───script-opts
│       modernz.conf
│       thumbfast.conf
│
└───scripts
        boxtowide.lua
        image-bindings.lua
        modernz.lua
        pause_indicator_lite.lua
        SmartCopyPaste.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. Pause Indicator Lite is a script written and maintained by me.

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