Picard Download: Difference between revisions

From MusicBrainz Wiki
Jump to navigationJump to search
mNo edit summary
(→‎Development Source Code: this way you get a directory called picard and not trunk)
Line 33: Line 33:
The source code of Picard is maintained in [http://bazaar-vcs.org/ Bazaar], the main development branch is hosted on [https://launchpad.net/picard Launchpad] and you can get the source code with all its history using:
The source code of Picard is maintained in [http://bazaar-vcs.org/ Bazaar], the main development branch is hosted on [https://launchpad.net/picard Launchpad] and you can get the source code with all its history using:


<pre> bzr branch http://bazaar.launchpad.net/~musicbrainz-developers/picard/trunk
<pre> bzr branch http://bazaar.launchpad.net/~musicbrainz-developers/picard/trunk picard</pre>
</pre>


[[Category:WikiDocs Page]] [[Category:Download]] [[Category:Picard]]
[[Category:WikiDocs Page]] [[Category:Download]] [[Category:Picard]]

Revision as of 17:27, 31 May 2009

Products > Picard > Picard Download

Here you can download the latest version of the PicardTagger. Please read HowToTagFilesWithPicard if you are not familiar with Picard.

Latest Version - 0.11

Windows Installer

download.gif picard-setup-0.11.exe (6.5M)
(MD5: cddbb26d227d4a078936b8a8da551849)

Mac OS X Universal Binary (10.4+)

download.gif MusicBrainz Picard UB.dmg (49MB)
(MD5: 138c98757d365241c76259ad6e0e1c7f)

Ubuntu Install

sudo apt-get install picard

Source Code Tarball

download.gif picard-0.11.tar.gz (432K)
(MD5: 02ddcff3e201b2cf54f1b52b02d44fad)

License

Picard is licensed under the GPL 2.0 or later.

Plugins

Are listed and available for download at PicardPlugins.

Development Source Code

The source code of Picard is maintained in Bazaar, the main development branch is hosted on Launchpad and you can get the source code with all its history using:

    bzr branch http://bazaar.launchpad.net/~musicbrainz-developers/picard/trunk picard