X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=doc%2Fvlm.txt;h=e8375e8a8e703a7af8f811696ae2ec3c4202553c;hb=8d9bd04728949bebaab21ca8e949bf4bde97b96a;hp=72e4950c8a4e172686998b41852fae442490ab56;hpb=dd153084fa81d69ec94332d91b64f82590e96c8a;p=vlc diff --git a/doc/vlm.txt b/doc/vlm.txt index 72e4950c8a..e8375e8a8e 100644 --- a/doc/vlm.txt +++ b/doc/vlm.txt @@ -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 @@ -163,4 +167,5 @@ IV - The configuration file will crash (at least). The load command converts the medias and schedules configurations into command lines, and writes them into a file. - Note: commentary system has not been implement yet. + Any line where the first non white space character is a '#' is considered + as a comment.