libcoverart: Difference between revisions

From MusicBrainz Wiki
Jump to navigationJump to search
(add link to Cover Art Archive)
m (New tarball uploaded to fix directory name error)
(One intermediate revision by one other user not shown)
Line 11: Line 11:


{|
{|
| [[Image:download.gif]] || [https://github.com/downloads/metabrainz/libcoverart/libcoverart-1.0.0.tar.gz libcoverart-1.0.0.tar.gz] (58 KB)<br/><small>(MD5: 6380056bb4bc1a69790e706b4d506f50)</small>
| [[Image:download.gif]] || [https://github.com/metabrainz/libcoverart/releases/download/release-1.0.0/libcoverart-1.0.0.tar.gz libcoverart-1.0.0.tar.gz] (58 KB)<br/><small>(MD5: 856d83a4e57a2325c168eb979b9c00d8)</small>
|}
|}


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:43, 30 September 2015

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: 856d83a4e57a2325c168eb979b9c00d8)

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.