vlc | branch: master | Rémi Denis-Courmont <[email protected]> | Thu Feb 12 23:05:09 2015 +0200| [f80a0fcb25638dbfeac6505343a825ea117abb47] | committer: Rémi Denis-Courmont
lua: update example input item option > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=f80a0fcb25638dbfeac6505343a825ea117abb47 --- share/lua/README.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/lua/README.txt b/share/lua/README.txt index 5d3343b..7769f2b 100644 --- a/share/lua/README.txt +++ b/share/lua/README.txt @@ -263,7 +263,7 @@ playlist.add( ... ): Add a bunch of items to the playlist. .arturl: the item's ArtURL (OPTIONAL, meta data) .trackid: the item's TrackID (OPTIONAL, meta data) .options: a list of VLC options (OPTIONAL) - example: .options = { "fullscreen" } + example: .options = { "run-time=60" } .duration: stream duration in seconds (OPTIONAL) .meta: custom meta data (OPTIONAL, meta data) A .meta field is a table of custom meta key value pairs. _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
