MusicBrainz Picard: Difference between revisions

From MusicBrainz Wiki
Jump to navigationJump to search
((Imported from MoinMoin))
 
m (shuffle)
 
(110 intermediate revisions by 27 users not shown)
Line 1: Line 1:
{{TopicVideo|video=zMAc-UyO0NA}}<small>[[Products]] > MusicBrainz Picard </small>
=Picard the Next Generation MusicBrainz Tagger=


{| class="wikitable" style="float: right; margin: 0 0 10px 10px"
The PicardTagger is the next generation [[MusicBrainz Tagger|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 [[Picard Tagger Improvements|PicardTaggerImprovements]]. See also the project page [https://musicbrainz.helixcommunity.org/ https://musicbrainz.helixcommunity.org/] for more details on Picard.
| [[Image:picard_demo2_500.png]]
|}


'''MusicBrainz Picard''' is a cross-platform (Linux/Mac OS X/Windows) application written in Python and is the official MusicBrainz [[MusicBrainz_Enabled_Applications|tagger]]. It supports the majority of audio file formats, is capable of using audio fingerprints ([[AcoustID]]s), performing CD lookups and [[Disc ID|disc ID]] submissions, and it has excellent Unicode support.


==Download Picard==
==External links==


*[[picard:|Official website]]
===Latest Release - 0.6.0===
*[https://picard-docs.musicbrainz.org/ User guide]

{| class="wikitable" style="float: right; margin: 0 0 10px 10px"
* Linux tarball [https://helixcommunity.org/download.php/1791/picard-0.6.0.tar.gz picard-0.6.0.tar.gz] 235Kb
|
* Windows installer [https://helixcommunity.org/download.php/1792/picard-setup-0.6.0.exe picard-setup-0.6.0.exe] 4.8Mb
|}

===Latest BETA Release - 0.7.0===

* [[Picard With Acoustic Fingerprinting|PicardWithAcousticFingerprinting]]

===Twice Daily CVS Snapshots===

* [http://musicbrainz.org/~dave/picard-snapshots/ http://musicbrainz.org/~dave/picard-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 [[How To Tag Files With Picard|HowToTagFilesWithPicard]]. For more information see the [[Picard Tagger Documentation|PicardTaggerDocumentation]].

===Running Picard on Linux===

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

<pre>BROWSER="firefox '%s' &" </pre>

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 [[Picard Linux Install|PicardLinuxInstall]] page for more help.

==Bugs, Feedback, Mailing List==

[[Image:Attention.png]] '''Please read this entire page and the [[Picard Tagger Documentation|PicardTaggerDocumentation]] before reporting bugs or problems!'''

To submit bugs/feature requests go here:
* Bugs: [http://test.musicbrainz.org/trac/newticket?component=Picard+Tagger&type=bug report new]
<ul><li style="list-style-type:none">''Please make sure you checked the list of existing [http://test.musicbrainz.org/trac/report/5 bug reports] before entering a new one.''
</ul>
* Enhancements: [http://test.musicbrainz.org/trac/newticket?component=Picard+Tagger&type=enhancement new RFE]
* Mailing list: [http://lists.musicbrainz.org/mailman/listinfo/musicbrainz-devel subscribe] [http://lists.musicbrainz.org/pipermail/musicbrainz-devel/ archives]

Note that many things are not working, yet, and an [[Intuitive Picard Interface|IntuitivePicardInterface]] is still being developed. See the [[Picard Tagger Documentation|PicardTaggerDocumentation]] for more details.

[[Category:To Be Reviewed]] [[Category:Development]] [[Category:Picard]] [[Category:WikiDocs Page]] [[Category:Software]]

Latest revision as of 22:18, 18 October 2023


Relevant video:

Products > MusicBrainz Picard

picard demo2 500.png

MusicBrainz Picard is a cross-platform (Linux/Mac OS X/Windows) application written in Python and is the official MusicBrainz tagger. It supports the majority of audio file formats, is capable of using audio fingerprints (AcoustIDs), performing CD lookups and disc ID submissions, and it has excellent Unicode support.

External links