Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-2-2
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-2-2
Commits
a71e35fa
Commit
a71e35fa
authored
Feb 17, 2012
by
Pierre Ynard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
lua: fix available module lists in README files
parent
cbded926
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
7 additions
and
6 deletions
+7
-6
share/lua/meta/art/README.txt
share/lua/meta/art/README.txt
+1
-1
share/lua/meta/fetcher/README.txt
share/lua/meta/fetcher/README.txt
+1
-1
share/lua/meta/reader/README.txt
share/lua/meta/reader/README.txt
+2
-2
share/lua/playlist/README.txt
share/lua/playlist/README.txt
+2
-1
share/lua/sd/README.txt
share/lua/sd/README.txt
+1
-1
No files found.
share/lua/meta/art/README.txt
View file @
a71e35fa
...
...
@@ -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
share/lua/meta/fetcher/README.txt
View file @
a71e35fa
...
...
@@ -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
share/lua/meta/reader/README.txt
View file @
a71e35fa
...
...
@@ -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.
share/lua/playlist/README.txt
View file @
a71e35fa
...
...
@@ -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.
share/lua/sd/README.txt
View file @
a71e35fa
...
...
@@ -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.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment