Picard 0.7 on Ubuntu Edgy

Update: There are now official packages for Edgy . Therefore, this post and its content are now obsolete.

 

Picard is a great tool that automagically tags music files (be them mp3 or oggs) using an acoustic fingerprint and the big Musicbrainz database. It's as easy to use as dropping music files and letting it do the work. And it's especially great if you are a Last.fm user and want your files correctly tagged.

The Picard Linux installation page references Ubuntu packages, but unfortunately they are designed for Dapper and a slight glitch will prevent them from installing on Edgy: the python2.4-musicbrainz package has a dependency on python2.4-ctypes, while the correct package name on Edgy is python-ctypes. So I've just rebuilt this package, which allows to install the others.

So here are the steps to install picard 0.7 on Edgy:

  1. Follow the instructions at http://musicbrainz.org/doc/PicardLinuxInstall to add the right feed.
  2. Install the python2.4-musicbrainz dependencies:
    $ sudo apt-get install libmusicbrainz4c2a python-ctypes python
  3. Download my python2.4-musicbrainz package and install it:
    $ wget http://gnurou.org/files/python2.4-musicbrainz2_0.3.1-1_all.deb
    $ sudo dpkg -i python2.4-musicbrainz2_0.3.1-1_all.deb
  4. Finally, install picard:

    $ sudo apt-get install picard
Now you can use Picard on Edgy, enjoy! Don't forget to read the Picard Quick Start Guide.

Comments

Many thanks for this - Much

Many thanks for this - Much appreciated. Regards, Greg Johnson

Thanks!

Thank you very much for this guide!

thanks, too!

Dist-upgrade caught me in the middle of cleaning up my music library... Picard has been a good excuse to work less in the past couple weeks :D

Perfect

Flawless instructions, thanks for taking the time to publish them.

source package available?

Would it be possible to you to provides the source of the package?

Thanks!

Simon

Re: source package available?

Uh, yeah - as soon as I figure out how to do it! ;) Shouldn't be too long since the changes are really minor.

Thank You

Thank you very much!

I'm new to linux and finding using it is so easy with assistance such as this.