Fixing the CD lookup function in Musicbrainz's Picard

| 1 Comment

If Like me you want to use MusicBrainz Picard metadata tagger, and are running Mac OS X, you'll probably encounter ticket 3532, which displays this nice little message box :
Error opening library: dlopen(libdiscid.0.dylib, 6): image not found which says : "Error opening library: dlopen(libdiscid.0.dylib, 6): image not found ".

Now if you read the ticket you'll see that the issue is fixed but that a new version of Picard as not been released yet. Fixing the issue is easy.

First you need to have the developer tools installed , which you can download from connect.apple.com. Once they are installed do the following in a Terminal window "

curl -O http://users.musicbrainz.org/~matt/libdiscid-0.2.2.tar.gz
tar zxvf libdiscid-0.2.2.tar.gz
cd libdiscid-0.2.2
./configure
make
sudo make install

After the sudo command you will be prompted for a password - enter your password.
This will fix the issue, you'll need to start restart Picard - but picard was probably already closed when you started doing this.

On a side note if you are running a PowerPC machine (G4/G5 based macs) the musicbrainz folks are looking for feedback on the PPC build of picard.

1 Comment

Thank you! I've been looking for a solution to this for a long time.

Recent Entries

Mozilla Camp Eu 2011
Last week-end I had the pleasure to attend MozCamp Europe 2011 in Berlin, Germany. As always those events are for…
Test event centered around Thunderbird 10 and Lightning 1.0
It's been a while since we had a testing event. Some of it was probably my fault as I needed…
Free met à jour son infrastructure de mail et offre plus de sécurité
ça y est c'est officiel et c'est testé ! Le fournisseur d'accès à Internet Free, vient de déployer une infrastructure…