[xiph-cvs] cvs commit: vorbis-tools/ogg123 ogg123.1

Stan Seibert volsung at xiph.org
Thu Jul 11 19:24:50 PDT 2002



volsung     02/07/11 19:24:49

  Modified:    ogg123   ogg123.1
  Log:
  Updated man page.

Revision  Changes    Path
1.17      +19 -5     vorbis-tools/ogg123/ogg123.1

Index: ogg123.1
===================================================================
RCS file: /usr/local/cvsroot/vorbis-tools/ogg123/ogg123.1,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ogg123.1	2001/12/19 04:02:12	1.16
+++ ogg123.1	2002/07/12 02:24:49	1.17
@@ -36,6 +36,9 @@
 .I file
 .B ...
 |
+.I directory
+.B ...
+|
 .I URL
 .B ...
 
@@ -46,9 +49,16 @@
 .B ogg123
 writes to the standard sound device, but output can be sent to any
 number of devices.  Files can be read from the file system, or URLs
-can be streamed via HTTP.
+can be streamed via HTTP.  If a directory is given, all of the files in
+it or its subdirectories will be played.
 
 .SH OPTIONS
+.IP "--audio-buffer n"
+Use an output audio buffer of approximately 'n' kilobytes.
+.IP "-@ playlist, --list playlist"
+Play all of the files named in the file 'playlist'.  The playlist should have
+one filename, directory name, or URL per line.  Blank lines are permitted.
+Directories will be treated in the same way as on the command line.
 .IP "-b n, --buffer n"
 Use an input buffer of approximately 'n' kilobytes.
 .IP "-p n, --prebuffer n"
@@ -143,9 +153,7 @@
 .RE
 
 .IP irix
-IRIX audio driver.  Note that this driver has
-.B not 
-been tested!
+IRIX audio driver.
 
 .IP arts
 aRts Sound Daemon.
@@ -197,8 +205,14 @@
 .B ogg123 test.ogg
 .RE
 .PP
+
+Play all of the files in the directory ~/music and its subdirectories.
+.RS
+.B ogg123 ~/music
+.RE
+.PP
 
-Play using the OSS driver:
+Play a file using the OSS driver:
 .RS
 .B ogg123 -d oss test.ogg
 .RE

<p><p><p>--- >8 ----
List archives:  http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'cvs-request at xiph.org'
containing only the word 'unsubscribe' in the body.  No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.



More information about the commits mailing list