Explorar el Código

Add .flac extension.

master
Svend Sorensen hace 19 años
padre
commit
8212b77321
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. +3
    -0
      tools/cuetag.sh

+ 3
- 0
tools/cuetag.sh Ver fichero

@@ -136,6 +136,9 @@ main()

for file in $@; do
case $file in
*.[Ff][Ll][Aa][Cc])
echo "Flac tagging not supported."
;;
*.[Oo][Gg][Gg])
vorbis $trackno "$file"
;;


Cargando…
Cancelar
Guardar