Browse Source

fix cli parameters for metaflac

master
Dmitry Smirnov 10 years ago
parent
commit
3949cccc45
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/tools/cuetag.sh

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

@@ -29,7 +29,7 @@ vorbis()
{
# FLAC tagging
# --remove-vc-all overwrites existing comments
METAFLAC="metaflac --remove-vc-all --import-vc-from=-"
METAFLAC="metaflac --remove-all-tags --import-tags-from=-"

# Ogg Vorbis tagging
# -w overwrites existing comments


Loading…
Cancel
Save