]> git.sesse.net Git - vlc/commitdiff
Sync readme with wiki page.
authorAntoine Cellerier <dionoea@videolan.org>
Sun, 17 Jun 2007 15:20:20 +0000 (15:20 +0000)
committerAntoine Cellerier <dionoea@videolan.org>
Sun, 17 Jun 2007 15:20:20 +0000 (15:20 +0000)
share/luaplaylist/README.txt

index 6156f2cb70fb74cb871ffb0abcf82c2b6b4e9c54..c6c3b5996738287ca132138b9cea93e04124b380 100644 (file)
@@ -31,6 +31,10 @@ VLC Lua playlist modules should define two functions:
                 .options: a list of VLC options (OPTIONAL)
                           example: .options = { "fullscreen" }
                 .duration: stream duration in seconds (OPTIONAL)
+                .meta: custom meta data (OPTIONAL, meta data)
+                       A .meta field is a table of custom meta categories which
+                       each have custom meta properties.
+                       example: .meta = { ["Google video"] = { ["docid"] = "-5784010886294950089"; ["GVP version"] = "1.1" }; ["misc"] = { "Hello" = "World!" } }
             Invalid playlist items will be discarded by VLC.
 
 VLC defines a global vlc object with the following members: