libcoverart: Difference between revisions

From MusicBrainz Wiki
Jump to navigationJump to search
(add link to Cover Art Archive)
(→‎Alternatives: Group official and third-party)
 
(6 intermediate revisions by 4 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==


{|
{|
| [[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)].

==Alternatives==

===Official alternatives===

* [https://github.com/metabrainz/CoverArtArchive CoverArtArchive], our Perl library ([https://metacpan.org/dist/Net-CoverArtArchive CPAN Distribution])

===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