Explorar el Código

fix cli parameters for metaflac

master
Dmitry Smirnov hace 11 años
padre
commit
3949cccc45
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      src/tools/cuetag.sh

+ 1
- 1
src/tools/cuetag.sh Ver fichero

@@ -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


Cargando…
Cancelar
Guardar