mirror of https://github.com/mpv-player/mpv
3295caca3d
Yep, Lua is so crappy that the stdlib doesn't provide anything like this. Repurposes the undocumented mp.format_table() function and moves it to mp.utils. |
||
---|---|---|
.. | ||
README.md | ||
autocrop.lua | ||
autodeint.lua | ||
autoload.lua | ||
cycle-deinterlace-pullup.lua | ||
drc-control.lua | ||
observe-all.lua | ||
pause-when-minimize.lua | ||
status-line.lua |
README.md
mpv lua scripts
The lua scripts in this folder can be loaded on a one-time basis by adding the option
--lua=/path/to/script.lua
to mpv's command line.
Where appropriate, they may also be placed in ~/.config/mpv/lua from where they will be automatically loaded when mpv starts.