Commit 076e58c4 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

lua: update example input item option

(cherry picked from commit f80a0fcb25638dbfeac6505343a825ea117abb47)
parent 876c9272
......@@ -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.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment