[vlc-commits] lua: update playlist script examples in README.txt
Pierre Ynard
git at videolan.org
Mon Oct 31 21:50:20 CET 2016
vlc | branch: master | Pierre Ynard <linkfanel at yahoo.fr> | Mon Oct 31 21:48:12 2016 +0100| [29c1d1cf74477e71562a216c36c7c03de19334e5] | committer: Pierre Ynard
lua: update playlist script examples in README.txt
Name well-maintained, varied and relevant scripts.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=29c1d1cf74477e71562a216c36c7c03de19334e5
---
share/lua/playlist/README.txt | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/share/lua/playlist/README.txt b/share/lua/playlist/README.txt
index 26b48b7..c796b99 100644
--- a/share/lua/playlist/README.txt
+++ b/share/lua/playlist/README.txt
@@ -3,7 +3,8 @@ $Id$
See lua/README.txt for generic documentation about Lua usage in VLC.
-Examples: See dailymotion.lua, metacafe.lua, youtube.lua
+Examples: See liveleak.lua, dailymotion.lua, youtube.lua,
+ soundcloud.lua, cue.lua ...
VLC Lua playlist modules should define two functions:
* probe(): returns true if we want to handle the playlist in this script
More information about the vlc-commits
mailing list