libcoverart: Difference between revisions

From MusicBrainz Wiki
Jump to navigationJump to search
m (Update documentation link to github.io)
(→‎Language Bindings: Split into two sections for alternatives with content from https://wiki.musicbrainz.org/index.php?title=Cover_Art_Archive/API/Libraries&oldid=77117)
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)].


==Official alternatives==
==Language Bindings==


* [https://github.com/metabrainz/CoverArtArchive CoverArtArchive], our Perl library ([https://metacpan.org/dist/Net-CoverArtArchive CPAN Distribution])
'''note''': These bindings mostly don't need ''libcoverart'' installed, but use the [[Cover Art Archive/API]] directly.


==Third party alternatives==
* 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
{{:Cover_Art_Archive/API/Libraries/Third_Party}}
* .NET: [https://github.com/Zastai/MetaBrainz.MusicBrainz.CoverArt MetaBrainz.MusicBrainz.CoverArt] ([https://www.nuget.org/packages/MetaBrainz.MusicBrainz.CoverArt/ NuGet Package])


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

Revision as of 11:10, 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).

Official alternatives

Third party alternatives