mpv/TOOLS/lua
wm4 3295caca3d lua: add a function that formats Lua values as strings
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.
2014-11-29 00:03:46 +01:00
..
README.md
autocrop.lua
autodeint.lua
autoload.lua
cycle-deinterlace-pullup.lua
drc-control.lua
observe-all.lua lua: add a function that formats Lua values as strings 2014-11-29 00:03:46 +01:00
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.