summaryrefslogtreecommitdiffstats
path: root/TOOLS
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2016-03-18 22:06:06 +0100
committerwm4 <wm4@nowhere>2016-03-18 22:07:30 +0100
commit4f699d0500a5d1323d2a5d22ad97f4f87782e3c6 (patch)
tree4aa8f4817abc2deaf9adb29505e8727a2f37bd8f /TOOLS
parentfe67aa7b1878ca3cf3bf81dcafa1bbe3efaf51c8 (diff)
downloadmpv-4f699d0500a5d1323d2a5d22ad97f4f87782e3c6.tar.bz2
mpv-4f699d0500a5d1323d2a5d22ad97f4f87782e3c6.tar.xz
TOOLS/lua/README: link to list of user scripts on wiki
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.)