libcoverart: Difference between revisions

From MusicBrainz Wiki
Jump to navigationJump to search
(add link to Cover Art Archive)
(list bindings for the WS)
Line 22: Line 22:


The Cover Art Archive Library is licensed under the [http://www.gnu.org/copyleft/lgpl.html LGPL (GNU Lesser General Public License)].
The Cover Art Archive Library is licensed under the [http://www.gnu.org/copyleft/lgpl.html LGPL (GNU Lesser General Public License)].

==Language Bindings==

'''note''': These bindings mostly don't need ''libcoverart'' installed, but use the [[Cover Art Archive/API]] directly.

* Perl: [https://github.com/metabrainz/CoverArtArchive CoverArtArchive] ([http://search.cpan.org/~cycles/Net-CoverArtArchive-1.02/ CPAN]), developed by MusicBrainz
* Java: [https://github.com/lastfm/coverartarchive-api CoverArtArchiveClient], developed by Last.fm


[[Category:WikiDocs Page]] [[Category:Products]] [[Category:Development]]
[[Category:WikiDocs Page]] [[Category:Products]] [[Category:Development]]

Revision as of 10:03, 13 April 2013

Products > libcoverart

The Cover Art Archive Library (libcoverart), is a development library geared towards developers who wish to add Cover Art capabilities to their applications. The library supports Linux and Mac OS X. The data is mostly gathered from the Cover Art Archive.

Documentation

For details on how to use this library, please take a look at the API documentation.

Download

download.gif libcoverart-1.0.0.tar.gz (58 KB)
(MD5: 6380056bb4bc1a69790e706b4d506f50)

Source code

The source code is available on GitHub and can be downloaded with:

git clone git://github.com/metabrainz/libcoverart.git

License

The Cover Art Archive Library is licensed under the LGPL (GNU Lesser General Public License).

Language Bindings

note: These bindings mostly don't need libcoverart installed, but use the Cover Art Archive/API directly.