mpv/TOOLS/lua
Kacper Michajłow f220f0fb89 autocrop.lua: fix some lint warnings 2024-05-12 20:06:39 +02:00
..
README.md TOOLS/lua/README: link to list of user scripts on wiki 2016-03-18 22:07:30 +01:00
acompressor.lua acompressor.lua: break long lines 2024-05-12 20:06:39 +02:00
ao-null-reload.lua TOOLS/lua/ao-null-reload.lua: send ao-reload on audio-device-list change 2016-01-28 06:49:36 -08:00
audio-hotplug-test.lua audio-hotplug-test.lua: fix some lint warnings 2024-05-12 20:06:39 +02:00
autocrop.lua autocrop.lua: fix some lint warnings 2024-05-12 20:06:39 +02:00
autodeint.lua autodeint.lua: fix some lint warnings 2024-05-12 20:06:39 +02:00
autoload.lua autoload.lua: fix some lint warnings 2024-05-12 20:06:39 +02:00
command-test.lua command-test.lua: fix some lint warnings 2024-05-12 20:06:39 +02:00
cycle-deinterlace-pullup.lua cycle-deinterlace-pullup.lua: fix unused variable warnings 2024-05-12 20:06:39 +02:00
nan-test.lua vo_gpu, options: don't return NaN through API 2019-10-25 00:25:05 +02:00
observe-all.lua observe-all.lua: fix some lint warnings 2024-05-12 20:06:39 +02:00
ontop-playback.lua ontop-playback.lua: fix unused variable warning 2024-05-12 20:06:39 +02:00
osd-test.lua command: extend osd-overlay command with bounds reporting 2020-03-06 18:20:11 +01:00
pause-when-minimize.lua pause-when-minimize.lua: fix unused variable warning 2024-05-12 20:06:39 +02:00
skip-logo.lua skip-logo.lua: fix some lint warnings 2024-05-12 20:06:39 +02:00
status-line.lua status-line.lua: fix unused variable warning 2024-05-12 20:06:39 +02:00
test-hooks.lua test-hooks.lua: fix variable shadowing warning 2024-05-12 20:06:39 +02:00

README.md

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.

This is only a small selection of internally maintained scripts. Some of them are just for testing mpv internals, or serve as examples. An extensive user-edited list of 3rd party scripts is available here:

https://github.com/mpv-player/mpv/wiki/User-Scripts

(Anyone can add their own scripts to that list.)