From f80a0fcb25638dbfeac6505343a825ea117abb47 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Denis-Courmont?= Date: Thu, 12 Feb 2015 23:05:09 +0200 Subject: [PATCH] lua: update example input item option --- 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 5d3343b130..7769f2bd8c 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. -- GitLab