Add .flac extension.
This commit is contained in:
@@ -136,6 +136,9 @@ main()
|
|||||||
|
|
||||||
for file in $@; do
|
for file in $@; do
|
||||||
case $file in
|
case $file in
|
||||||
|
*.[Ff][Ll][Aa][Cc])
|
||||||
|
echo "Flac tagging not supported."
|
||||||
|
;;
|
||||||
*.[Oo][Gg][Gg])
|
*.[Oo][Gg][Gg])
|
||||||
vorbis $trackno "$file"
|
vorbis $trackno "$file"
|
||||||
;;
|
;;
|
||||||
|
|||||||
Reference in New Issue
Block a user