From b889d0e100d851be5a4df4bc1bb58629cad50cae Mon Sep 17 00:00:00 2001 From: Vincent Riquer Date: Thu, 14 Mar 2013 14:21:17 +0100 Subject: [PATCH] quality must come after format --- atom | 2 +- doc/example.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/atom b/atom index c1f9a53..4108d8c 100755 --- a/atom +++ b/atom @@ -160,7 +160,7 @@ getConfigDestination() { destinationquality["$destination"]="$value" ;; *) - echo "$Invalid parameter \"$key\" for format \"${destinationformat["$destination"]}\"" >&2 + echo "Invalid parameter \"$key\" for format \"${destinationformat["$destination"]}\"" >&2 exit $EFMTINVPARM ;; esac diff --git a/doc/example.cfg b/doc/example.cfg index 0958034..c71066d 100644 --- a/doc/example.cfg +++ b/doc/example.cfg @@ -40,8 +40,8 @@ skip_mime-type text/* [asterisk] path /mnt/Musique-asterisk -quality 0 format vorbis +quality 0 normalize yes channels 1 frequency 8000