Browse Source

Fix deprecated metaflac options

master
graysky 10 years ago
parent
commit
21c1499263
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/tools/cuetag.sh

+ 2
- 2
src/tools/cuetag.sh View File

@@ -32,8 +32,8 @@ vorbis()
fields="$@"

# FLAC tagging
# --remove-vc-all overwrites existing comments
METAFLAC="metaflac --remove-all-tags --import-tags-from=-"
# --remove-all-tags overwrites existing comments
METAFLAC="metaflac --import-tags-from=-"

# Ogg Vorbis tagging
# -w overwrites existing comments


Loading…
Cancel
Save