MusicBrainz Picard: Difference between revisions

From MusicBrainz Wiki
Jump to navigationJump to search
(added PicardFAQ (Imported from MoinMoin))
((Imported from MoinMoin))
Line 8: Line 8:
|}
|}


The project code-named '''Picard''' is the next generation MusicBrainz tagging application. This new tagging concept is [[Release]] oriented, as opposed to track oriented like the [[Classic Tagger|ClassicTagger]] was. Picard is written in Python, which is a cross-platform language - this allows the same code to run both on Windows and on Linux. Before too long we will add Mac OS X support as well. See also the [https://musicbrainz.helixcommunity.org project page on helixcommunity.org] for more details.
The project code-named '''Picard''' is the next generation MusicBrainz tagging application. This new tagging concept is [[Release]] oriented, as opposed to track oriented like the [[Classic Tagger|ClassicTagger]] was. Picard is written in Python, which is a cross-platform language - this allows the same code to run both on Windows and on Linux. Before too long we will add Mac OS X support as well. See also the [https://musicbrainz.helixcommunity.org project page on helixcommunity.org] for more details. This version of Picard was built using [[libofa]], a preliminary version of [[libtunepimp]] and the Python XML Webservice binding:
* [[libofa]]: The [http://www.musicdns.org/downloads Open Fingerprint Architecture] library from [http://www.musicdns.org MusicDNS].
* [[libtunepimp]]: This [ftp://ftp.musicbrainz.org/pub/musicbrainz/libtunepimp-0.5.0.tar.gz version of libtunepimp]. This version can create PUIDs, the new acousting fingerprint ID, and that is about it. To create PUIDs with the examples/puid program, you need to register for a clientID at [http://www.musicdns.org MusicDNS.org].
* python-musicbrainz2: The new Python [[python-musicbrainz2| XML web service client]], [http://users.musicbrainz.org/~matt/python-musicbrainz2-0.3.1.tar.gz version 0.3.1]

A lot of these releases are still quite rough. We'll be adding more documentation and cleaning things up in the coming days.


==Download and Use Picard==
==Download and Use Picard==
Line 23: Line 28:
<ul><li style="list-style-type:none">Illustrated Picard quick start guide.
<ul><li style="list-style-type:none">Illustrated Picard quick start guide.
</ul>
</ul>
* [[How PUIDs Work|HowPUIDsWork]]
* [[Picard Linux Install|Picard Linux installation]]
* [[Picard Linux Install|Picard Linux installation]]
<ul><li style="list-style-type:none">Guide for tips on how to install Picard from sources on various linux distributions.
<ul><li style="list-style-type:none">Guide for tips on how to install Picard from sources on various linux distributions.

Revision as of 08:00, 23 August 2006

Products > Picard

Picard, the Next-Generation MusicBrainz Tagger

File:picard070 thumb.jpg

The project code-named Picard is the next generation MusicBrainz tagging application. This new tagging concept is Release oriented, as opposed to track oriented like the ClassicTagger was. Picard is written in Python, which is a cross-platform language - this allows the same code to run both on Windows and on Linux. Before too long we will add Mac OS X support as well. See also the project page on helixcommunity.org for more details. This version of Picard was built using libofa, a preliminary version of libtunepimp and the Python XML Webservice binding:

A lot of these releases are still quite rough. We'll be adding more documentation and cleaning things up in the coming days.

Download and Use Picard

Documentation for Users

These are all the documents that should help users of Picard:

  • Illustrated Picard quick start guide.
  • Guide for tips on how to install Picard from sources on various linux distributions.

For Developers

PicardDevelopment groups all available information about the development of Picard.