From c3b929c6340834dacf7888a96ce505325c3a85af Mon Sep 17 00:00:00 2001 From: Oliver Kiddle Date: Fri, 13 Feb 2004 18:42:03 +0000 Subject: 19418: update completions to new versions --- Completion/Unix/Command/_vorbis | 75 ++++++++++++++++++++--------------------- 1 file changed, 37 insertions(+), 38 deletions(-) (limited to 'Completion/Unix/Command/_vorbis') diff --git a/Completion/Unix/Command/_vorbis b/Completion/Unix/Command/_vorbis index 45772bd8d..b58c677ba 100644 --- a/Completion/Unix/Command/_vorbis +++ b/Completion/Unix/Command/_vorbis @@ -5,8 +5,9 @@ local expl ret=1 case $service in oggenc) _arguments -s \ - '(-)'{-h,--help}'[show help]' \ - '(-r --raw)'{-r,--raw}'[assume input data is raw little-endian audio data with no header information]' \ + '(- *)'{-h,--help}'[show help]' \ + '(- *)'{-v,--version}'[display version information]' \ + '(-r --raw)'{-r,--raw}'[assume input data is raw, little-endian with no header information]' \ '(-B --raw-bits)'{-B,--raw-bits=}'[set raw mode input sample size in bits]:sample size:(8 16)' \ '(-C --raw-chan)'{-C,--raw-chan=}'[set raw mode input number of channels]:number of channels' \ '(-R --raw-rate)'{-R,--raw-rate=}'[set raw mode input sample rate]:sample rate:(44100 48000)' \ @@ -21,8 +22,11 @@ case $service in '--downmix[down mix input from stereo to mono]' \ '--advanced-encode-option:option name:_values option "bitrate_average_window[set the managed bitrate window]\:number (seconds)" "lowpass_frequency[set the lowpass frequency]\:frequency (kHz)"' \ '(-s --serial)'{-s,--serial}'[force a specific serial number in the output stream]' \ - '(-o --output-file)'{-o,--output-file=}'[write the Ogg Vorbis stream to output_file]:files:->oggfiles' \ - '(-n --pattern)'{-n,--pattern=}'[specify pattern for producing filenames]:string' \ + "--discard-comments[don't copy comments from FLAC file to output Ogg Vorbis file]" \ + '(-o --output)'{-o,--output=}'[write the Ogg Vorbis stream to output_file]:files:->oggfiles' \ + '(-n --names)'{-n,--names=}'[specify pattern for producing filenames]:string' \ + '(-X --name-remove)'{-X,--name-remove=}'[remove specified characters from output filenames]:characters' \ + '(-P --name-replace)'{-P,--name-replace=}'[specify replacement characters for those removed]:characters' \ '(-c --comment)'{-c,--comment}'[add the string comment as an extra comment]:comment' \ '(-a --artist)'{-a,--artist}'[set the artist comment field in the comments to artist]:artist' \ '(-G --genre)'{-G,--genre}'[set the genre comment field in the comments to genre]:genre' \ @@ -30,62 +34,57 @@ case $service in '(-N --tracknum)'{-N,--tracknum}'[set the track number comment field to the given value]:track number' \ '(-t --title)'{-t,--title}'[set the track title comment field to title]:title' \ '(-l --album)'{-l,--album}'[set the album comment field to album]' \ - '*:wav file:_files -g "(#i)*.wav(-.)"' && ret=0 + '*:input file:_files -g "(#i)*.(flac|wav|aiff)(-.)"' && ret=0 ;; ogg123) _arguments -C -s \ - '(-h --help)'{-h,--help}'[show help]' \ - '(-)'{-V,--version}'[display version information]' \ - '(-d --device)'{-d,--device}'[output device]:device:((null\:discard\ all\ data oss\:open\ sound\ system sun\:sun\ audio alsa\:advanced\ linux\ sound\ architecture irix\:IRIX\ audio arts\:aRts\ sound\ daemon esd\:enlightened\ sound\ daemon au\:sun\ audio\ file raw\:raw\ sample wav\:wav\ file))' \ - '(-f --files)'{-f,--files=}'[output filename for a previously specified file device]:output filename:_files' \ - '(-k --skip)'{-k,--skip}'[skip the first '\''n'\'' seconds]:seconds' \ + '(- *)'{-h,--help}'[show help]' \ + '(- *)'{-V,--version}'[display version information]' \ + \*{-d,--device}'[output device]:device:((null\:discard\ all\ data oss\:open\ sound\ system sun\:sun\ audio alsa\:advanced\ linux\ sound\ architecture irix\:IRIX\ audio arts\:aRts\ sound\ daemon esd\:enlightened\ sound\ daemon au\:sun\ audio\ file raw\:raw\ sample wav\:wav\ file))' \ + \*{-f,--files=}'[output filename for a previously specified file device]:output filename:_files -g "(#i)*.(wav|au|raw)(-.)"' \ + '(-k --skip)'{-k,--skip}"[skip the first 'n' seconds (or to hh:mm:ss)]:seconds" \ + '(-K --end)'{-K,--end}"[end at 'n' seconds (or hh:mm:ss)]:seconds" \ '(-b --buffer)'{-b,--buffer}'[size of input buffer]:kilobytes' \ '(-p --prebuffer)'{-p,--prebuffer}'[prebuffer percentage]:percent' \ - '(-q --quiet)'{*-v,*--verbose}'[increase verbosity]' \ + '(-q --quiet)*'{-v,--verbose}'[increase verbosity]' \ '(-q --quiet -v --verbose)'{--quiet,-q}'[quiet mode]' \ '(-x --nth)'{-x,--nth}'[block decode intervall]:number' \ '(-y --ntimes)'{-y,--ntimes}'[block repeat count]:number' \ '(-z --shuffle)'{-z,--shuffle}'[shuffle play]' \ - '(-l --delay)'{-l,--delay=}'[set delay]:delay (ms)' \ - '(-@ --playlist)'{-@,--playlist}'[play all of the files from a playlist]:playlist:_files' \ + '(-l --delay)'{-l,--delay=}'[set delay between two SIGINTs to quit]:delay (ms)' \ + '(-@ --list)'{-@,--list}'[play all of the files from a playlist]:playlist:_files' \ '--audio-buffer[size of output audio buffer]:kilobytes' \ - {'*-o','*--device-option='}'[assign device option values]:device option:->devopts' \ - '*:files:->oggfiles' && ret=0 + \*{-o,--device-option=}'[assign device option values]:device option:->devopts' \ + '*:sound file or directory:_files -g "(#i)*.(ogg|flac)"' && ret=0 ;; ogginfo) - _arguments -C -s \ - '-h[show a help and usage message]' \ - '*-q[quiet mode]' \ - '-v[verbose mode]' \ - '*:files:->oggfiles' && ret=0 + _arguments \ + '(- *)-h[show a help and usage message]' \ + '(-)*-q[quiet mode]' \ + '(-)-v[verbose mode]' \ + '*:ogg vorbis file:_files -g "(#i)*.ogg(-.)"' && ret=0 ;; oggdec) - _arguments -C -s \ + _arguments -s \ '(-q --quiet)'{-q,--quiet}'[quiet mode]' \ - '(-)'{-h,--help}'[print help information]' \ - '(-)'{-v,--version}'[display version information]' \ + '(- *)'{-h,--help}'[print help information]' \ + '(- *)'{-v,--version}'[display version information]' \ '(-b --bits)'{-b,--bits=}'[bits per sample]:bits per sample:(8 16)' \ '(-e --endian)'{-e,--endian=}'[set endianness for 16-bit output]:endianness:((0\:\(default\)\ little-endian\ \(Intel\ byte\ order\) 1\:big-endian\ \(sane\ byte\ order\)))' \ '(-R --raw)'{-R,--raw=}'[output in raw format]' \ '(-o --output)'{-o,--output=}'[write output to specified filename]:output filename:_files' \ '(-s --sign)'{-s,--sign=}'[set signedness for output]:signedness:((0\:unsigned 1\:signed\ \(default\)))' \ - '*:files:->oggfiles' && ret=0 + '*:ogg vorbis file:_files -g "(#i)*.ogg(-.)"' && ret=0 ;; esac -case $state in - oggfiles) - _wanted files expl 'ogg vorbis file' \ - _files "$expl[@]" -g '(#i)*.ogg(-.)' && return - ;; - devopts) - if compset -p '*:'; then - _message -e value value - else - _wanted devopts expl 'device option' \ - compadd -S : - dsp dev card buf_size host byteorder && return - fi - ;; -esac +if [[ $state = devopts ]]; then + if compset -p '*:'; then + _message -e value value + else + _wanted devopts expl 'device option' \ + compadd -S : - dsp dev card buf_size host byteorder && return + fi +fi return ret -- cgit 1.4.1