2014-04-29 12:11:39 +00:00
|
|
|
mpv lua scripts
|
|
|
|
===============
|
|
|
|
|
|
|
|
The lua scripts in this folder can be loaded on a one-time basis by
|
|
|
|
adding the option
|
|
|
|
|
2014-12-14 23:31:30 +00:00
|
|
|
--script=/path/to/script.lua
|
2014-04-29 12:11:39 +00:00
|
|
|
|
|
|
|
to mpv's command line.
|
|
|
|
|
2014-12-14 23:31:30 +00:00
|
|
|
Where appropriate, they may also be placed in ~/.config/mpv/scripts/ from
|
|
|
|
where they will be automatically loaded when mpv starts.
|
2015-02-12 15:53:56 +00:00
|
|
|
|
|
|
|
Some of these are just for testing mpv internals.
|