[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[abcde] Possible bug?
Mr. Woodcock:
I would like to bring to your attention what I believe is a bug in your abcde application, though I may be misconfiguring something, honestly, I am not 100% sure, but I have hopefully included the necessary information below. Basically, when I go to use abcde, it gets to the point where it queries the CDDB server, but I get an error message and it is not loading the appropriate information:
root@honor:/mnt/mp3# abcde
Getting CD track info... Grabbing entire CD - tracks: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
Looking up CD name....Getting CD info...got it.
cddb-tool: CDDB error: 433 Unauthorized client: cddb-tool 0.1.2.1
Creating template...done.
Would you like to edit this blank template file?
If you choose no, your tracks will be named like this:
Unknown_Artist/Track_01.mp3
and will not be ID3 tagged.
Edit CDDB template? [y/n]
-=-=-=-==-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-==-=-=-=-=
Here is my /etc/abcde.conf file:
# System defaults for abcde.
# If you wish to override these system-wide settings, create your own
# .abcde.conf file in your home directory.
# If you wish to use a different CDDB server, edit this line.
# If you just wanted to use a proxy server, just set your http_proxy
# environment variable - wget will use it correctly.
#CDDBURL="http://cddb.cddb.com/~cddb/cddb.cgi"
# The CDDB protocol requires hello information, including a valid username
# and hostname. If you feel paranoid about giving away such info, edit this
# line - the format is username+hostname.
#HELLOINFO="`whoami`@`hostname`"
# Specify the style of encoder to use here - lame, gogo, bladeenc, or l3enc.
# Currently this affects the default location of the binary, the variable
# to pick encoder command-line options from, and where the options are
# given.
ENCODERSYNTAX=bladeenc
# CD reader program to use - currently recognized options are 'cdparanoia'
# and 'cdda2wav'.
#CDROMREADERSYNTAX=cdparanoia
# Paths of programs to use
#ID3=id3
#LAME=lame
#BLADEENC=bladeenc
#L3ENC=l3enc
#GOGO=gogo
#ID3=id3
#CDPARANOIA=cdparanoia
#CDDA2WAV=cdda2wav
#WGET=wget
#CDDISCID=cd-discid
#CDDBTOOL=cddb-tool
# Options to call programs with
#LAMEOPTS=
#BLADEENCOPTS=-br 192
#L3ENCOPTS=
#GOGOOPTS=
#ID3OPTS=
#CDPARANOIAOPTS=
#CDDA2WAVOPTS=
#WGETOPTS=
#CDDBTOOLOPTS=
# CDDB options
# If NOSUBMIT is set to y, then abcde will never prompt asking if you
# wish to submit your edited cddb file.
#NOSUBMIT=n
# If NOCDDBQUERY is set to y, then abcde will never even try to access
# the CDDB server; running abcde will automatically drop you into a
# blank cddb file to edit at your leisure. This is the same as the
# -n option. NOCDDBQUERY=y implies NOSUBMIT=y.
#NOCDDBQUERY=n
# CD device you want to read from
#CDROM=/dev/cdrom
# If you'd like to make a default location that overrides the current
# directory for putting mp3's, uncomment this.
#OUTPUTDIR=`pwd`
# Or if you'd just like to put the temporary .wav files somewhere else
# you can specify that here
#WAVOUTPUTDIR=`pwd`
# Output filename format - change this to reflect your inner desire to
# organize things differently than everyone else :)
# You have the following variables at your disposal:
# ALBUMFILE, ARTISTFILE, TRACKFILE, and TRACKNUM.
# Make sure to single-quote this variable. abcde will automatically create
# the directory portion of this filename.
#OUTPUTFORMAT='${ARTISTFILE}/${TRACKFILE}.mp3'
# Define how many encoders to run at once. This makes for huge speedups
# on SMP systems. Defaults to 1. Equivalent to -j.
#MAXPROCS=2
# Low disk options:
# 1: Default parallelization (read entire CD in while encoding)
# 2: No parallelization (rip, encode, rip, encode...)
# 3: Smart parallelization (not yet implemented - doesn't rip until the
# encoder will be ready for the data)
#LOWDISK=1
# Playlist generation options:
# Uncomment this to generate m3u files for each CD. Equivalent to -p.
#PLAYLIST=y
# Uncomment this to *only* generate m3u files. No ripping/encoding will be
# done. Equivalent to -P. Probably not the most useful thing to permanently
# set.
#PLAYLISTONLY=y
# Set the playlist file location format. Uses the same variables and format
# as OUTPUTFORMAT. If the playlist is specified to be in a subdirectory, it
# will be created for you and the playlist will reference files from that
# subdirectory.
#PLAYLISTFORMAT='${ARTISTFILE}_-_${ALBUMFILE}.m3u'
# If you want to prefix every filename in a playlist with an arbitrary
# string (such as 'http://you/yourstuff/'), use this option
#PLAYLISTDATAPREFIX=''
Any idea what might cause this? Your help is appreciated.
Thank you,
Jason Deraleau
To unsubscribe: echo unsubscribe | mail abcde-request@whimsica.lly.org