|
Picard is a program for tagging mp3 files, looking them up
in an online database. It is written in python and should run on Windows
and Linux, I have only tried Linux. A Mac version should be on it's way. Web page: http://musicbrainz.org/.
|
Installing picard on Fedora Core 5
- Installing dependencies:
sudo yum install libofa libmusicbrainz-devel libtunepimp libtunepimp-devel
python-ctypes cd-discid python-tunepimp wxPython wxPython-devel
libtunepimp-extras-nonfree python-musicbrainz2
- I don't think all the devel packages are neccesary if you install all
dependencies via RPM, only if you need to compile some of them
yourself.
- Most of the RPMs are from Fedora Extra but at least the
libtunepimp-extras-nonfree os from Livna.
- libtunepimp-extras-nonfree is needed for mp3 support.
- Installing picard:
- Click on the Download Picard link on the front page of http://musicbrainz.org/ (or
wget http://ftp.uk.musicbrainz.org/pub/musicbrainz/picard/picard-0.7.2.tar.gz
).
tar xvzf picard-0.7.2.tar.gz
- Read the INSTALL and the README file. When you think all
dependencies are resolved, try starting the program with
./tagger.py
- If it works, install it with the command
sudo python setup.py install and start it with the command
picard
|
Using Picard
|