From 1bb9e1bd4cb50d7a9f28595e9abd36f5c4ab80c2 Mon Sep 17 00:00:00 2001 From: Svend Sorensen Date: Sat, 4 Dec 2004 05:55:52 +0000 Subject: [PATCH] Add note re. FLAC overwriting. --- tools/cuetag.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/tools/cuetag.sh b/tools/cuetag.sh index de6f117..4aba61d 100755 --- a/tools/cuetag.sh +++ b/tools/cuetag.sh @@ -13,14 +13,16 @@ usage() } # Vorbis Comments +# for FLAC and Ogg Vorbis files vorbis() { # FLAC tagging + # --remove-vc-all overwrites existing comments METAFLAC="metaflac --remove-vc-all --import-vc-from=-" # Ogg Vorbis tagging - # -w to overwrite existing comments - # -a to append to existing comments + # -w overwrites existing comments + # -a appends to existing comments VORBISCOMMENT="vorbiscomment -w -c -" case "$2" in