Difference between revisions of "Developer Resources"
From MusicBrainz Wiki
m (→Developer documentation: remove outdated/redundant sections, most of it is already available through Development and subpages) |
m (→Bots: add musicbrainz-augmentation) |
||
(One intermediate revision by the same user not shown) | |||
Line 31: | Line 31: | ||
* https://github.com/lalinsky/musicbrainz-bot | * https://github.com/lalinsky/musicbrainz-bot | ||
** https://github.com/murdos/musicbrainz-bot (a fork of lalinsky's one) | ** https://github.com/murdos/musicbrainz-bot (a fork of lalinsky's one) | ||
+ | * https://github.com/Borewit/musicbrainz-augmentation | ||
A full list of users with the bot flag can be found on http://musicbrainz.org/privileged | A full list of users with the bot flag can be found on http://musicbrainz.org/privileged | ||
Line 47: | Line 48: | ||
: [https://picard.musicbrainz.org/docs/build-windows/ Building on Windows] | : [https://picard.musicbrainz.org/docs/build-windows/ Building on Windows] | ||
: [https://picard.musicbrainz.org/docs/build-osx/ Building on macOS] | : [https://picard.musicbrainz.org/docs/build-osx/ Building on macOS] | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
[[Category:Documentation]] [[Category:Development]] [[Category:WikiDocs Page]] [[Category:To Be Reviewed]] | [[Category:Documentation]] [[Category:Development]] [[Category:WikiDocs Page]] [[Category:To Be Reviewed]] |
Revision as of 00:05, 3 January 2021
See also Development.
Client libraries
- libcoverart
- A C/C++ development library geared towards developers who wish to add cover art capabilities to their applications.
- libmusicbrainz
- A C/C++ development library geared towards developers who wish to add MusicBrainz lookup capabilities to their applications.
- libdiscid
- A C library for creating MusicBrainz disc IDs from audio CDs.
- See also: Disc ID Calculation.
- python-musicbrainzngs
- A client library written in Python which provides easy access to the MusicBrainz database using the XML web service (version 2)
- node-musicbrainz
- A MusicBrainz API V2 client for node.js
- MetaBrainz.MusicBrainz
- A native .NET implementation of libmusicbrainz. (NuGet Package)
- MetaBrainz.MusicBrainz.CoverArt
- A native .NET implementation of libcoverart. (NuGet Package)
- MetaBrainz.MusicBrainz.DiscId
- A native .NET implementation of libdiscid. (NuGet Package)
Bots
- https://github.com/lalinsky/musicbrainz-bot
- https://github.com/murdos/musicbrainz-bot (a fork of lalinsky's one)
- https://github.com/Borewit/musicbrainz-augmentation
A full list of users with the bot flag can be found on http://musicbrainz.org/privileged
Developer documentation
- Embedded metadata
- Picard Tag Mapping: The documentation for how Picard maps concepts to tags; useful if you want to use these tags elsewhere, or if you'd like to follow the same standard.