From ce814519ecdb1f2208b7431d5cc203982097e8bd Mon Sep 17 00:00:00 2001 From: Svend Sorensen Date: Sat, 4 Dec 2004 05:37:01 +0000 Subject: [PATCH] Added metaflac command. --- tools/cuetag.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tools/cuetag.sh b/tools/cuetag.sh index de0e83b..119fa7d 100755 --- a/tools/cuetag.sh +++ b/tools/cuetag.sh @@ -15,6 +15,10 @@ usage() # Vorbis Comments vorbis() { + # FLAC tagging + METAFLAC="metaflac --remove-vc-all --import-vc-from=-" + + # Ogg Vorbis tagging # -w to overwrite existing comments # -a to append to existing comments VORBISCOMMENT="vorbiscomment -w -c -"