mpv/TOOLS/lua
Ricardo Constantino b144da63a8 TOOLS/lua/autoload: fix adding more files at end of auto-playlist
Fixes regression in dfd8a5f that made autoload not add more files
at the end of the current playlist if playlist was made by the
script.

This still prevents loading the script if more than one (media or
playlist) file was manually added.
2015-08-20 22:05:03 +02:00
..
README.md
audio-hotplug-test.lua
autocrop.lua
autodeint.lua
autoload.lua TOOLS/lua/autoload: fix adding more files at end of auto-playlist 2015-08-20 22:05:03 +02:00
cycle-deinterlace-pullup.lua
drc-control.lua
observe-all.lua
ontop-playback.lua
pause-when-minimize.lua
status-line.lua
zones.lua

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.

Some of these are just for testing mpv internals.