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:
$ sudo apt-get install libmusicbrainz4c2a python-ctypes python
$ 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
Finally, install picard:
$ sudo apt-get install picard
Comments
Many thanks for this - Much
Thanks!
thanks, too!
Perfect
source package available?
Would it be possible to you to provides the source of the package?
Thanks!
Simon
Re: source package available?
Thank You
Thank you very much!
I'm new to linux and finding using it is so easy with assistance such as this.