MusicBrainz Picard

From MusicBrainz Wiki
Revision as of 05:11, 17 April 2006 by WolfSong (talk | contribs) ((Imported from MoinMoin))
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Picard the Next Generation MusicBrainz Tagger

The PicardTagger is the next generation MusicBrainzTagger. This version of the tagging application is album oriented, as opposed to track oriented as the old tagger was. This new application is also cross platform, which means the same code runs on Windows and on Linux. Before too long we will add Mac OS X support as well. The PicardTagger will implement most of the PicardTaggerImprovements. See also the project page https://musicbrainz.helixcommunity.org/ for more details on Picard.


Download Picard

Latest Release - 0.6.0

Latest BETA Release - 0.7.0

Twice Daily CVS Snapshots

If you're building Picard from source, make sure you have libmusicbrainz 2.1.1 and libtunepimp 0.4.2.

Picard Documentation

There is an illustrated page describing HowToTagFilesWithPicard. For more information see the PicardTaggerDocumentation.

Running Picard on Linux

On Linux, make sure to set your BROWSER environment variable to point to your browser. Mine looks like:

BROWSER="firefox '%s' &" 

If your application freezes when the browser is active, make sure you have the & at the end of the BROWSER variable. If your browser takes you to a wrong page, make sure you have single quotes around your %s (e.g. '%s' ).

Also be sure to check out PicardLinuxInstall page for more help.

Bugs, Feedback, Mailing List

Attention.png Please read this entire page and the PicardTaggerDocumentation before reporting bugs or problems!

To submit bugs/feature requests go here:

  • Please make sure you checked the list of existing bug reports before entering a new one.

Note that many things are not working, yet, and an IntuitivePicardInterface is still being developed. See the PicardTaggerDocumentation for more details.