]> git.sesse.net Git - vlc/commitdiff
lua: update example input item option
authorRémi Denis-Courmont <remi@remlab.net>
Thu, 12 Feb 2015 21:05:09 +0000 (23:05 +0200)
committerRémi Denis-Courmont <remi@remlab.net>
Thu, 12 Feb 2015 21:05:45 +0000 (23:05 +0200)
share/lua/README.txt

index 5d3343b1300844a6682ecb1ef3a9dd09807b0150..7769f2bd8c0b0461afc54e843c44f6ed98a49ea7 100644 (file)
@@ -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.