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
|
|
|
|
2016-03-18 21:06:06 +00:00
|
|
|
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.)
|