[xiph-cvs] cvs commit: vorbis-tools/vorbiscomment vorbiscomment.1
Ralph Giles
giles at xiph.org
Mon Dec 24 12:25:36 PST 2001
giles 01/12/24 12:25:35
Modified: vorbiscomment vorbiscomment.1
Log:
Flesh out the manpage a bit. Could still use more work.
Revision Changes Path
1.3 +27 -9 vorbis-tools/vorbiscomment/vorbiscomment.1
Index: vorbiscomment.1
===================================================================
RCS file: /usr/local/cvsroot/vorbis-tools/vorbiscomment/vorbiscomment.1,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- vorbiscomment.1 2001/12/24 16:54:04 1.2
+++ vorbiscomment.1 2001/12/24 20:25:35 1.3
@@ -1,7 +1,7 @@
.\" Process this file with
.\" groff -man -Tascii vorbiscomment.1
.\"
-.TH VORBISCOMMENT 1 "December 21, 2001" Xiphophorus "Vorbis Tools"
+.TH VORBISCOMMENT 1 "December 24, 2001" Xiphophorus "Vorbis Tools"
.SH NAME
vorbiscomment \- edits Ogg Vorbis comments
@@ -24,26 +24,44 @@
.SH DESCRIPTION
.B vorbiscomment
-reads, modifies, and appends Ogg Vorbis audio files tags.
+reads, modifies, and appends Ogg Vorbis audio file metadata tags.
.SH OPTIONS
.IP "-a"
Append comments.
-.IP "-c"
-Take comments from a file.
+.IP "-c commentfile"
+Take comments from a file. The file is the same format as is output by the the -l option: one element per line in 'tag=value' format.
.IP "-h"
Show command help.
.IP "-l"
-List the comments.
+List the comments in the ogg vorbis file.
.IP "-q"
Quiet mode. No messages are displayed.
-.IP "-t tag=value"
+.IP "-t 'tag=value'"
+Specify a new tag on the command line. Each tag is given as a single string. The part before the '=' is treated as the tag name and the part after as the value.
.IP "-w"
-Modify comments.
+Replace comments with the new set given either on the command line with -t or from a file with -c.
-.\" .SH EXAMPLES
.\" Examples go here
+.SH EXAMPLES
+To just see what comment tags are in a file:
+
+ vorbiscomment -l file.ogg
+
+To edit those comments:
+
+ vorbiscomment -l file.ogg > file.txt
+ [edit the comments in file.txt to your statisfaction]
+ vorbiscomment -w -c file.txt file.ogg newfile.ogg
+
+To simply add a comment:
+
+ vorbiscomment -a -t 'ARTIST=No One You Know' file.ogg newfile.ogg
+
+.SH SEE ALSO
+See http://xiph.org/ogg/vorbis/doc/vcomment.html for documentation on the Ogg Vorbis tag format, including a suggested list of canonical tag names.
+
.SH AUTHORS
.TP
@@ -51,7 +69,7 @@
.br
Michael Smith <msmith at labyrinth.net.au>
.br
-Ralph Giles <giles at ashlu.bc.ca>
+Ralph Giles <giles at xiph.org>
.br
.TP
--- >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