libcoverart: Difference between revisions

From MusicBrainz Wiki
Jump to navigationJump to search
m (New tarball uploaded to fix directory name error)
(→‎Alternatives: Group official and third-party)
 
(4 intermediate revisions by 3 users not shown)
Line 6: Line 6:
== Documentation ==
== Documentation ==


For details on how to use this library, please take a look at the [http://metabrainz.github.com/libcoverart/1.0.0/ API documentation].
For details on how to use this library, please take a look at the [https://metabrainz.github.io/libcoverart/1.0.0/ API documentation].


==Download==
==Download==
Line 23: Line 23:
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)].


==Alternatives==
==Language Bindings==


===Official alternatives===
'''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
* [https://github.com/metabrainz/CoverArtArchive CoverArtArchive], our Perl library ([https://metacpan.org/dist/Net-CoverArtArchive CPAN Distribution])

* Java: [https://github.com/lastfm/coverartarchive-api CoverArtArchiveClient], developed by Last.fm
===Third party alternatives===

{{:Cover_Art_Archive/API/Libraries/Third_Party}}


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

Latest revision as of 13:58, 28 October 2023

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).

Alternatives

Official alternatives

Third party alternatives