Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 891 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 891 Bytes

Various mpv Lua scripts:

(These were initially written to "scratch my own itch", but I hope they can be useful to other people as well. Feedback is most welcome!)

  • tree-profiles (documentation) (source)

    Automatically apply profiles to certain directories or files.

  • sub-fonts-dir-auto (documentation) (source)

    Automatically look for fonts directories to use with sub-fonts-dir.

  • audio-file-keys (documentation) (source)

    Automatically apply key bindings when playing audio files.

  • brace-expand (documentation) (source)

    Perform Bash-style brace expansion on a string.

    Not technically a mpv script, but used by tree-profiles.