Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Bug#474744: ogg123 plays speex encoded files
- X-seq: zsh-workers 24799
- From: Clint Adams <schizo@xxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxx
- Subject: Re: Bug#474744: ogg123 plays speex encoded files
- Date: Mon, 7 Apr 2008 16:31:21 -0400
- Cc: "Dr. Markus Waldeck" <waldeck@xxxxxx>, 474744@xxxxxxxxxxxxxxx
- In-reply-to: <20080407142733.80600@xxxxxxx>
- Mail-followup-to: zsh-workers@xxxxxxxxxx, "Dr. Markus Waldeck" <waldeck@xxxxxx>, 474744@xxxxxxxxxxxxxxx
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <20080407142733.80600@xxxxxxx>
On Mon, Apr 07, 2008 at 04:27:33PM +0200, Dr. Markus Waldeck wrote:
> I patched /usr/share/zsh/functions/Completion/Unix/_vorbis.
Index: Completion/Unix/Command/_vorbis
===================================================================
RCS file: /cvsroot/zsh/zsh/Completion/Unix/Command/_vorbis,v
retrieving revision 1.6
diff -u -r1.6 _vorbis
--- Completion/Unix/Command/_vorbis 25 Sep 2007 14:44:10 -0000 1.6
+++ Completion/Unix/Command/_vorbis 7 Apr 2008 20:28:13 -0000
@@ -55,7 +55,7 @@
'(-@ --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' \
- '*:sound file or directory:_files -g "(#i)*.(ogg|flac)"' && ret=0
+ '*:sound file or directory:_files -g "(#i)*.(ogg|flac|spx)"' && ret=0
;;
ogginfo)
_arguments \
Messages sorted by:
Reverse Date,
Date,
Thread,
Author