Преглед изворни кода

Add note re. FLAC overwriting.

master
Svend Sorensen пре 19 година
родитељ
комит
1bb9e1bd4c
1 измењених фајлова са 4 додато и 2 уклоњено
  1. +4
    -2
      tools/cuetag.sh

+ 4
- 2
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


Loading…
Откажи
Сачувај