]> git.sesse.net Git - vlc/commitdiff
httplua: update readme
authorAkash Mehrotra <mehrotra.akash@gmail.com>
Thu, 18 Aug 2011 13:26:25 +0000 (18:56 +0530)
committerJean-Baptiste Kempf <jb@videolan.org>
Tue, 30 Aug 2011 17:40:41 +0000 (19:40 +0200)
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
share/lua/http/requests/README.txt

index 109d44acaa13a6ca564c2301377489c8a072b011..47e59aa0d5c19fbcea6e6ae9a9ce5bdfe2a4c726 100644 (file)
@@ -19,7 +19,10 @@ status.xml or status.json
 < Get VLC version, and http api version
 
 > add <mrl> to playlist and start playback:
-  ?command=in_play&input=<mrl>
+  ?command=in_play&input=<mrl>&option=<option>
+  the option field is optional, and can have the values:
+    noaudio
+    novideo
 
 > add <mrl> to playlist:
   ?command=in_enqueue&input=<mrl>