ソースを参照

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


読み込み中…
キャンセル
保存