Browse Source

Merge pull request #8 from graysky2/master

Fix deprecated metaflac options
master
Svend Sorensen 10 years ago
parent
commit
dc3218eb3a
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/tools/cuetag.sh

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

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

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

# Ogg Vorbis tagging


Loading…
Cancel
Save