X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=audiod.ggo;h=b0b8d0c4d357eebb8fff341ac80cd966900d777b;hp=cafc851921eb2b650cc510185bfda7d77d25da10;hb=828d7e8cd8577775cb81b8c9abcd5d96a7483d9b;hpb=2ed89c59f0efcd0a2763f47c7d3455663241e623 diff --git a/audiod.ggo b/audiod.ggo index cafc8519..b0b8d0c4 100644 --- a/audiod.ggo +++ b/audiod.ggo @@ -24,13 +24,15 @@ option "receiver" r "Select receiver. May be given multiple times, once for each supported audio format. receiver_spec -consists of an audio format, the receiver -name and any options for that receiver, -seperated by colons. +consists of an audio format and the receiver +name, separated by a colon, and any options +for that receiver, seperated by whitespace. +If any receiver options are present, the +whole receiver argument must be quoted. Example: --r mp3:http:-i:www.paraslash.org:-p:8009 +-r 'mp3:http -i www.paraslash.org -p 8009' " string typestr="receiver_spec" default="http" no multiple @@ -50,12 +52,11 @@ option "filter" f "Select filter(s) manually. May be given multiple times. filter_spec consists of an audio format, the name of the -filter, and any options for that filter, -separated by colons. +filter, and any options for that filter. Examples: -f mp3:mp3dec - -f:mp3:compress:--anticlip:--volume:2 + -f 'mp3:compress --anticlip --volume 2' Note that these options are ignored by default, see --no_default_filters."