]> git.sesse.net Git - vlc/commitdiff
* update VLM help about inputdel
authorYoann Peronneau <yoann@videolan.org>
Fri, 4 Mar 2005 12:55:48 +0000 (12:55 +0000)
committerYoann Peronneau <yoann@videolan.org>
Fri, 4 Mar 2005 12:55:48 +0000 (12:55 +0000)
doc/vlm.txt
src/misc/vlm.c

index f2b927a2423552587aca56683654ab67a7464edb..e8375e8a8e703a7af8f811696ae2ec3c4202553c 100644 (file)
@@ -83,6 +83,10 @@ Note: an element is a media or a schedule.
     Media Properties Syntax:
         input (input_name)
             Adds (input_name) at the end of the media input list.
+        inputdel (input_name)|all
+            Deletes (input_name) or all items from the media input list.
+        inputdeln (input_number)
+            Deletes the item #(input_number) from the media input list.
         output (output_name)
             Defines the output of the media.
             The syntax is equivalent to the ":sout=..." option , but you
index e7230ab697dcf5bd621a96ff7b9041372c34a8cd..47b1e05c753d079667046c24deeaeaa9d83f2016 100644 (file)
@@ -1883,6 +1883,7 @@ static vlm_message_t *vlm_Help( vlm_t *vlm, char *psz_filter )
         message_child = MessageAdd( "Media Proprieties Syntax:" );
         MessageAddChild( "input (input_name)" );
         MessageAddChild( "inputdel (input_name)|all" );
+        MessageAddChild( "inputdeln input_number" );
         MessageAddChild( "output (output_name)" );
         MessageAddChild( "enabled|disabled" );
         MessageAddChild( "loop|unloop (broadcast only)" );