Skip to content

Commit

Permalink
add chromaprint to optional dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
JonnyJD committed Nov 27, 2013
1 parent 4c73ab2 commit b0e646d
Showing 1 changed file with 12 additions and 8 deletions.
20 changes: 12 additions & 8 deletions INSTALL.txt
Expand Up @@ -15,20 +15,24 @@ Before installing Picard, you need to have these:
* Mutagen 1.20 or newer
http://code.google.com/p/mutagen/downloads

* python-discid or python-libdiscid (optional)
Required for CD lookups.
https://python-discid.readthedocs.org/
Depends on libdiscid: http://musicbrainz.org/doc/libdiscid
Due to slowdowns in reading the CD TOC, using libdiscid versions
0.3.0 - 0.4.1 is not recommended.

* gettext
Windows: http://gnuwin32.sourceforge.net/packages/gettext.htm

* a compiler
Windows should work with Visual C++ 2008 Express:
http://go.microsoft.com/?linkid=7729279

* chromaprint (optional)
For fingerprinting (scanning) files
http://acoustid.org/chromaprint

* python-discid or python-libdiscid (optional)
Required for CD lookups.
https://python-discid.readthedocs.org/
Depends on libdiscid: http://musicbrainz.org/doc/libdiscid
Due to slowdowns in reading the CD TOC, using libdiscid versions
0.3.0 - 0.4.1 is not recommended.


On Windows it is recommended to use Pip for Windows:
https://sites.google.com/site/pydatalog/python/pip-for-windows
Expand All @@ -37,7 +41,7 @@ and then just:
pip install discid
there for Mutagen and python-discid.

The binaries for Python, GetText (msgfmt) and discid.dll have to be
The binaries for Python, GetText (msgfmt), fpcalc and discid.dll have to be
in the %PATH% on Windows.


Expand Down

0 comments on commit b0e646d

Please sign in to comment.