summaryrefslogtreecommitdiffstats
path: root/TOOLS
diff options
context:
space:
mode:
Diffstat (limited to 'TOOLS')
-rw-r--r--TOOLS/lua/README.md8
1 files changed, 7 insertions, 1 deletions
diff --git a/TOOLS/lua/README.md b/TOOLS/lua/README.md
index e9044823cd..79b67d6e8a 100644
--- a/TOOLS/lua/README.md
+++ b/TOOLS/lua/README.md
@@ -11,4 +11,10 @@ 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.
+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.)