From f77c998f137f64c182ea1a7b40283e68467a9481 Mon Sep 17 00:00:00 2001 From: Svend Sorensen Date: Sat, 4 Dec 2004 05:34:11 +0000 Subject: [PATCH] Moved vorbiscomment flags. --- tools/cuetag.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/cuetag.sh b/tools/cuetag.sh index c91418d..de0e83b 100755 --- a/tools/cuetag.sh +++ b/tools/cuetag.sh @@ -17,7 +17,7 @@ vorbis() { # -w to overwrite existing comments # -a to append to existing comments - VORBISCOMMENT="vorbiscomment -w" + VORBISCOMMENT="vorbiscomment -w -c -" # space seperated list of recomended stardard field names # see http://www.xiph.org/ogg/vorbis/doc/v-comment.html @@ -56,7 +56,7 @@ vorbis() if [ -n "$value" ]; then echo "$field=$value" fi - done) | $VORBISCOMMENT -c - $2 + done) | $VORBISCOMMENT $2 } id3()