GenPUID: Difference between revisions

From MusicBrainz Wiki
Jump to navigationJump to search
m (genpuid moved to GenPUID: Official name)
(Added download link and removed unicode hint (doesn't work for me))
Line 1: Line 1:
'''genpuid''' is a MusicIP proprietary closed-source command-line utility for performing [[Music Analysis|music analysis]] and audio fingerprinting of music files as an alternative to using the MusicIP Mixer application. If Picard cannot find a PUID for a file, it may need to be run through the mixer or genpuid applications to be analyzed first.
'''GenPUID''' is a MusicIP (now known as AmpliFIND Music Services) proprietary closed source command line utility for performing [[How PUIDs Work|music analysis]] and audio fingerprinting of music files. GenPUID runs under Linux, Mac OS X, and Windows.


If [[MusicBrainz Picard]] can not find a PUID for a file, it may need to be run through GenPUID to be analyzed first.
==Hints==


The last version of GenPUID released by MusicIP was version 1.4 on October 31, 2008.
===Parsing files with Unicode names===


== Download ==
When your filenames contain special characters.
<ul><li style="list-style-type:none"><code><nowiki>genpuid my-key *</nowiki></code></li></ul>


GenPUID is not available to download from AmpliFIND, but the latest versions for each platform have been made available on the [http://ftp.musicbrainz.org/pub/musicbrainz/genpuid/ MusicBrainz ftp server].
Will produce errors and won't be able to scan those files because it replaces special characters by question marks. Instead, you can type the following command to achieve the same result:
<ul><li style="list-style-type:none"><code><nowiki>genpuid my-key -r .</nowiki></code></li></ul>


== Documentation ==
[[Category:To Be Reviewed]] [[Category:Picard]]

There is a <code>readme.txt</code> available with the application that explains the command line arguments and provides usage instructions.

[[Category:Picard]] [[Category:Download]]

Revision as of 17:00, 2 January 2010

GenPUID is a MusicIP (now known as AmpliFIND Music Services) proprietary closed source command line utility for performing music analysis and audio fingerprinting of music files. GenPUID runs under Linux, Mac OS X, and Windows.

If MusicBrainz Picard can not find a PUID for a file, it may need to be run through GenPUID to be analyzed first.

The last version of GenPUID released by MusicIP was version 1.4 on October 31, 2008.

Download

GenPUID is not available to download from AmpliFIND, but the latest versions for each platform have been made available on the MusicBrainz ftp server.

Documentation

There is a readme.txt available with the application that explains the command line arguments and provides usage instructions.