Picard With Acoustic Fingerprinting: Difference between revisions

From MusicBrainz Wiki
Jump to navigationJump to search
(question: How to use PUIDs (Imported from MoinMoin))
 
(PUID and HowPUIDsWork (Imported from MoinMoin))
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:


'''Picard 0.7.0 ''' is a new BETA version of [[Picard Tagger|PicardTagger]] with support for automatic identifying of audio files using [http://www.musicdns.org MusicDNS] acoustic fingerprinting technology.
'''Picard 0.7.0 ''' is a new BETA version of [[Picard Tagger|PicardTagger]] with support for automatic identifying of audio files using [[PUID]]s, [[MusicDNS]]' [[Audio Fingerprint|AudioFingerprint]]<code><nowiki></nowiki></code>ing technology.


==Download==
==Download==
Line 9: Line 9:
* Windows installer [https://helixcommunity.org/download.php/1871/picard-setup-0.7.0-beta.exe picard-setup-0.7.0-beta.exe] (5,52 MB)
* Windows installer [https://helixcommunity.org/download.php/1871/picard-setup-0.7.0-beta.exe picard-setup-0.7.0-beta.exe] (5,52 MB)


''Please note that this is a '''BETA''' release. You can download latest stable release (0.6.0) from [http://musicbrainz.org/wd/PicardDownload http://musicbrainz.org/wd/PicardDownload].'''
''Please note that this is a '''BETA''' release. You can download latest stable release (0.6.0) from [http://musicbrainz.org/wd/PicardDownload http://musicbrainz.org/wd/PicardDownload].''


===Source code===
===Source code===
Line 16: Line 16:
* libofa: The [http://www.musicdns.org/downloads Open Fingerprint Architecture] library from [http://www.musicdns.org MusicDNS].
* libofa: The [http://www.musicdns.org/downloads Open Fingerprint Architecture] library from [http://www.musicdns.org MusicDNS].
* libtunepimp: This [http://ftp.musicbrainz.org/pub/musicbrainz/libtunepimp-0.5.0-alpha1.tar.gz ALPHA 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].
* libtunepimp: This [http://ftp.musicbrainz.org/pub/musicbrainz/libtunepimp-0.5.0-alpha1.tar.gz ALPHA 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 [http://musicbrainz.org/~matt/python-musicbrainz2-0.2.0.tar.gz XML web service client], version 0.2.0
* python-musicbrainz2: The new Python [[python-musicbrainz2| XML web service client]], [http://musicbrainz.org/~matt/python-musicbrainz2-0.2.2.tar.gz version 0.2.2]


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


* [[How PUIDs Work|HowPUIDsWork]]
'''Q:''' I don't get this. How am I supposed to use the new PUIDs? When I klick on "Analyze" the track gets moved to the "New Files" folder and then to the "Ungrouped Files" Folder. And then nothing happens. Should this not load a MB page with the PUID? Even if I klick on "Lookup" after a successful analysis (i.e. a PUID has been generated), Picard just launches a normal lookup. How is this supposed to work? --[[User:DonRedman|DonRedman]]
* see also the general [[Picard Tagger Documentation|PicardTaggerDocumentation]] and [[How To Tag Files With Picard|HowToTagFilesWithPicard]]
[[Category:To Be Reviewed]] [[Category:Development]]

[[Category:To Be Reviewed]] [[Category:Development]] [[Category:Picard]]

Revision as of 13:45, 31 March 2006

Picard 0.7.0 is a new BETA version of PicardTagger with support for automatic identifying of audio files using PUIDs, MusicDNS' AudioFingerprinting technology.

Download

Latest BETA Release - 0.7.0

Please note that this is a BETA release. You can download latest stable release (0.6.0) from http://musicbrainz.org/wd/PicardDownload.

Source code

This version of Picard was build 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.

Documentation