[vlc-commits] lua: update example input item option

Rémi Denis-Courmont git at videolan.org
Thu Feb 12 22:10:27 CET 2015


vlc/vlc-2.2 | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Thu Feb 12 23:05:09 2015 +0200| [076e58c4dd797a78ebb48b7cf137938f0d5ebb5b] | committer: Rémi Denis-Courmont

lua: update example input item option

(cherry picked from commit f80a0fcb25638dbfeac6505343a825ea117abb47)

> http://git.videolan.org/gitweb.cgi/vlc/vlc-2.2.git/?a=commit;h=076e58c4dd797a78ebb48b7cf137938f0d5ebb5b
---

 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.



More information about the vlc-commits mailing list