Add note re. FLAC overwriting.

This commit is contained in:
Svend Sorensen
2004-12-04 05:55:52 +00:00
parent e9ce1ac1cf
commit 1bb9e1bd4c

View File

@@ -13,14 +13,16 @@ usage()
} }
# Vorbis Comments # Vorbis Comments
# for FLAC and Ogg Vorbis files
vorbis() vorbis()
{ {
# FLAC tagging # FLAC tagging
# --remove-vc-all overwrites existing comments
METAFLAC="metaflac --remove-vc-all --import-vc-from=-" METAFLAC="metaflac --remove-vc-all --import-vc-from=-"
# Ogg Vorbis tagging # Ogg Vorbis tagging
# -w to overwrite existing comments # -w overwrites existing comments
# -a to append to existing comments # -a appends to existing comments
VORBISCOMMENT="vorbiscomment -w -c -" VORBISCOMMENT="vorbiscomment -w -c -"
case "$2" in case "$2" in