mirror of
https://github.com/mpv-player/mpv
synced 2024-11-14 22:48:35 +01:00
44c0770247
readdir() fails if the directory is an URL, so just exit instead of letting the Lua script fail. |
||
---|---|---|
.. | ||
autocrop.lua | ||
autodeint.lua | ||
autoload.lua | ||
cycle-deinterlace-pullup.lua | ||
drc-control.lua | ||
observe-all.lua | ||
pause-when-minimize.lua | ||
README.md | ||
status-line.lua |
mpv lua scripts
The lua scripts in this folder can be loaded on a one-time basis by adding the option
--script=/path/to/script.lua
to mpv's command line.
Where appropriate, they may also be placed in ~/.config/mpv/scripts/ from where they will be automatically loaded when mpv starts.