Jesus Climent wrote:
> On Tue, Mar 20, 2007 at 04:24:11PM -0600, Peter Karbaliotis wrote:
>> Package: abcde
>> Version: 2.3.99.6-1
>> Severity: normal
>>
>> I have:
>> OUTPUTFORMAT='${OUTPUT}/${ARTISTFILE}/${YEAR} ${ALBUMFILE}/${TRACKNUM}
>> ${TRACKFI
>> LE}'
>>
>> When running 'abcde replaygain' the $YEAR variable is either blank or
>> unset (this also happens with the $GENRE variable):
>>
>> Adding replygain information...
>> /home/foo/Rip/flac/Tori Amos/ Little Earthquakes/01 Crucify.flac: ERROR:
>> reading metadata, status = "FLAC__METADATA_CHAIN_STATUS_ERROR_OPENING_FILE"
>>
>> The FLAC file could not be opened. Most likely the file does not exist
>> or is not readable.
>
> Can you test https://svn.hispalinux.es/svn/abcde/trunk/abcde ?
>
> It should be fixed there..
>
This change from the current version is missing a closing 'fi':
+ if [ -e /etc/debian_release ] ; then
+ case $X in
+ oggenc)
MISSING_PACKAGE=vorbis-tools ;;
+ lame) MISSING_PACKAGE=lame ;;
+ flac) MISSING_PACKAGE=flac ;;
+ esac
+ log info "Hint: apt-get install
$MISSING_PACKAGE" >&2
It worked fine once I added that.
Thanks
Peter
--
[EMAIL PROTECTED] 780-492-7660
Academic Information and Communications Technology
University of Alberta
This communication is intended for the use of the recipient to which
it is addressed, and may contain confidential, personal, and/or
privileged information. Please contact us immediately if you are not
the intended recipient of this communication. If you are not the
intended recipient of this communication, do not copy, distribute,
or take action on it. Any communication received in error, or
subsequent reply, should be deleted or destroyed.
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]