瀏覽代碼

Moved vorbiscomment flags.

master
Svend Sorensen 19 年之前
父節點
當前提交
f77c998f13
共有 1 個檔案被更改,包括 2 行新增2 行删除
  1. +2
    -2
      tools/cuetag.sh

+ 2
- 2
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()


Loading…
取消
儲存