vlc/vlc-2.0 | branch: master | Pierre Ynard <[email protected]> | Fri Feb 17 01:19:24 2012 +0100| [9793188aa8820be6c88802080551eadf5d314036] | committer: Pierre Ynard
lua: fix available module lists in README files (cherry picked from commit a71e35fad15aa90d076ee56ef3dd477cfb20ac2b) Signed-off-by: Pierre Ynard <[email protected]> > http://git.videolan.org/gitweb.cgi/vlc/vlc-2.0.git/?a=commit;h=9793188aa8820be6c88802080551eadf5d314036 --- share/lua/meta/art/README.txt | 2 +- share/lua/meta/fetcher/README.txt | 2 +- share/lua/meta/reader/README.txt | 4 ++-- share/lua/playlist/README.txt | 3 ++- share/lua/sd/README.txt | 2 +- 5 files changed, 7 insertions(+), 6 deletions(-) diff --git a/share/lua/meta/art/README.txt b/share/lua/meta/art/README.txt index f969329..248fad0 100644 --- a/share/lua/meta/art/README.txt +++ b/share/lua/meta/art/README.txt @@ -9,4 +9,4 @@ VLC Lua meta modules should define one of the following functions: * fetch_art(): returns a path to an artwork for the given item Available VLC specific Lua modules: msg, stream, strings, variables, item, -objects and misc. See lua/README.txt +objects and xml. See lua/README.txt diff --git a/share/lua/meta/fetcher/README.txt b/share/lua/meta/fetcher/README.txt index eaad466..ee3e81c 100644 --- a/share/lua/meta/fetcher/README.txt +++ b/share/lua/meta/fetcher/README.txt @@ -9,4 +9,4 @@ VLC Lua "meta fetcher" modules should define one of the following functions: * fetch_meta(): returns a path to an artwork for the given item Available VLC specific Lua modules: msg, stream, strings, variables, item, -objects and misc. See lua/README.txt +objects and xml. See lua/README.txt diff --git a/share/lua/meta/reader/README.txt b/share/lua/meta/reader/README.txt index 8ac70fd..f7a80c9 100644 --- a/share/lua/meta/reader/README.txt +++ b/share/lua/meta/reader/README.txt @@ -9,6 +9,6 @@ VLC Lua "meta reader" modules should define one of the following functions: * read_meta(): returns a path to an artwork for the given item Available VLC specific Lua modules: msg, stream, strings, variables, item, -objects and misc. See lua/README.txt +objects and xml. See lua/README.txt -Note, those scripts are supposed to be fast. Read non blocking, no IO. \ No newline at end of file +Note, those scripts are supposed to be fast. Read non blocking, no IO. diff --git a/share/lua/playlist/README.txt b/share/lua/playlist/README.txt index 3d4aea4..becdbd5 100644 --- a/share/lua/playlist/README.txt +++ b/share/lua/playlist/README.txt @@ -21,4 +21,5 @@ VLC defines a global vlc object with the following members: * vlc.readline(): return a new line of playlist data on each call. THIS FUNCTION CANNOT BE USED IN probe(). -Available VLC specific Lua modules: msg and strings. See lua/README.txt. +Available VLC specific Lua modules: msg, strings, stream, variables and +xml. See lua/README.txt. diff --git a/share/lua/sd/README.txt b/share/lua/sd/README.txt index b728209..d384b20 100644 --- a/share/lua/sd/README.txt +++ b/share/lua/sd/README.txt @@ -15,5 +15,5 @@ User defined modules stored in the share/lua/modules/ directory are available. For example, to use the sandbox module, just use 'require "sandbox"' in your interface. -Available VLC specific Lua modules: input, msg, misc, net, object, sd, +Available VLC specific Lua modules: input, msg, net, object, sd, strings, variables, stream, gettext, xml. See lua/README.txt. _______________________________________________ vlc-commits mailing list [email protected] http://mailman.videolan.org/listinfo/vlc-commits
