[vorbis] backing up comments
Greg Wooledge
greg at wooledge.org
Sat Mar 1 05:50:55 PST 2003
Martin Blackwell (djdij at handbags.freeserve.co.uk) wrote:
> Would it be possible to create backups of the Vorbis comments for my vorbis
> collection (currently about 1850 files) ?
find . -name '*.ogg' -print |
while read ogg; do
echo "== $ogg"
vorbiscomment -l "$ogg"
done > some.file
That will, of course, break if you have newlines in your filenames.
> (I am using win98 after all
Uh... well... there's always Cygwin....
--
Greg Wooledge | "Truth belongs to everybody."
greg at wooledge.org | - The Red Hot Chili Peppers
http://wooledge.org/~greg/ |
-------------- next part --------------
A non-text attachment was scrubbed...
Name: part
Type: application/pgp-signature
Size: 188 bytes
Desc: not available
Url : http://lists.xiph.org/pipermail/vorbis/attachments/20030301/f2b7a714/part.pgp
More information about the Vorbis
mailing list