Difference between revisions of "Development"
From MusicBrainz Wiki
Jump to navigationJump to search (Category:Development) |
(Replace mb-solr documentation with Search architecture) |
||
(36 intermediate revisions by 14 users not shown) | |||
Line 5: | Line 5: | ||
# [[/Introduction|Introduction]] |
# [[/Introduction|Introduction]] |
||
# [[Developer Resources]] |
# [[Developer Resources]] |
||
+ | # [[External Resources]] |
||
== Clients == |
== Clients == |
||
− | # |
+ | # Web Service |
+ | ## [[MusicBrainz API|MusicBrainz API]] ([[MusicBrainz_API/Examples|examples]]) |
||
− | ## [[XML_Web_Service/Version_2|/ws/2 web service documentation]] |
||
+ | ## [[MusicBrainz_API/Search|MusicBrainz API searches]] |
||
− | ## [[XML_Web_Service/Version_1|/ws/1 web service documentation (deprecated)]] |
||
+ | ## [[Cover_Art_Archive/API|Cover Art Archive API]] |
||
+ | # [[/Release_Editor_Seeding|Release Editor Seeding]] |
||
# [[libmusicbrainz]] |
# [[libmusicbrainz]] |
||
+ | # [[libcoverart]] |
||
− | |||
+ | # [[libdiscid]] |
||
− | == Picard == |
||
+ | # [[/OAuth2|Using OAuth2 with MusicBrainz]] |
||
+ | # [[Bots]] -- writing code to enter edits into the database |
||
== MusicBrainz server == |
== MusicBrainz server == |
||
# [[Server Setup|Server Setup]] |
# [[Server Setup|Server Setup]] |
||
− | # [[ |
+ | # [[/Git|Git workflow]] |
− | # [[/ |
+ | # [[/Beta Cycle|Beta Cycle]] |
+ | # [[/Supported browsers|Supported browsers]] |
||
+ | # [[/Server Coding Style|Server Coding Style]] |
||
# [[/MusicBrainz Server Environment Variables|Environment Variables]] |
# [[/MusicBrainz Server Environment Variables|Environment Variables]] |
||
# [[/ws/js|/ws/js webservice documentation]] |
# [[/ws/js|/ws/js webservice documentation]] |
||
+ | # [[Development/Search_Architecture|Search architecture]] |
||
⚫ | |||
+ | # [[Development/Priorities|Server development team priorities]] |
||
− | # [[Test Server]] |
||
− | == |
+ | == Picard == |
+ | #[http://picard.musicbrainz.org/docs/development/ Developing Picard] |
||
+ | == MusicBrainz Database == |
||
− | # [[/Search server setup|Search server setup]] |
||
− | + | # [[MusicBrainz Database/Download|Download]] |
|
⚫ | |||
⚫ | |||
+ | == Bug Tracker == |
||
⚫ | |||
+ | # [http://tickets.musicbrainz.org/ The Musicbrainz bug tracker] |
||
− | # [[Database Download]] |
||
− | # [[Database Setup]] |
||
− | [[Category:Development]] |
+ | [[Category:Development]] [[Category:WikiDocs Page]] |
Latest revision as of 18:48, 18 January 2021
This page collects documents useful for Developers.
Getting started
Clients
- Web Service
- Release Editor Seeding
- libmusicbrainz
- libcoverart
- libdiscid
- Using OAuth2 with MusicBrainz
- Bots -- writing code to enter edits into the database
MusicBrainz server
- Server Setup
- Git workflow
- Beta Cycle
- Supported browsers
- Server Coding Style
- Environment Variables
- /ws/js webservice documentation
- Search architecture
- Server development team priorities