History:Music Hack Day: Difference between revisions

From MusicBrainz Wiki
Jump to navigationJump to search
(If the /doc page is given out then all links will point to /doc pages anyway.)
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
'''Welcome Music Hack Day: Boston Participants!'''
'''Welcome Music Hack Day Participants!'''


The purpose of this page is to give you a simple quick start guide of things you may find useful in order to include MusicBrainz in your hack day projects.
The purpose of this page is to give you a simple quick start guide of things you may find useful in order to include MusicBrainz in your hack day projects.
Line 7: Line 7:
;[[XML_Web_Service|MusicBrainz web service API]]:Documentation on how to use MusicBrainz' RESTful web service API. This API can be used to search for artstis/releases/tracks/labels/collections on MusicBrainz, and to retrieve resources based on [[MBID]]s.
;[[XML_Web_Service|MusicBrainz web service API]]:Documentation on how to use MusicBrainz' RESTful web service API. This API can be used to search for artstis/releases/tracks/labels/collections on MusicBrainz, and to retrieve resources based on [[MBID]]s.
;[[libmusicbrainz|MusicBrainz client library]]:Access MusicBrainz from your application using one of our many language bindings. This takes a lot of the work out of using the web service API listed above.
;[[libmusicbrainz|MusicBrainz client library]]:Access MusicBrainz from your application using one of our many language bindings. This takes a lot of the work out of using the web service API listed above.
;[[NGS|Next Generation Schema]]: The currently in beta version of our new database schema. Available online at http://test.musicbrainz.org
;[[User:kuno/ws/2|Next Generation Schema webservice docs]]: Documentation for the NGS webservice
==Other helpful links==
* [http://github.com/alastair/mbdemo Demo python code]
* [https://github.com/alastair/python-musicbrainz-ngs Python bindings for the NGS webservice]
* It looks like [http://www.amplifiedmusicservices.com Amplified Music Services] are no longer giving out API keys. You might be able to find [http://github.com/alastair/mbdemo/blob/master/fp-demo.py one] [http://code.google.com/p/beets/wiki/MusicBrainz somewhere]


''Have a great weekend hacking on fun music projects!''
''Have a great weekend hacking on fun music projects!''

Latest revision as of 00:39, 2 November 2011

Welcome Music Hack Day Participants!

The purpose of this page is to give you a simple quick start guide of things you may find useful in order to include MusicBrainz in your hack day projects.

MusicBrainz introduction
A short introduction to what MusicBrainz is, and what it is not.
Editing MusicBrainz
An overview on how to edit on MusicBrainz.
MusicBrainz web service API
Documentation on how to use MusicBrainz' RESTful web service API. This API can be used to search for artstis/releases/tracks/labels/collections on MusicBrainz, and to retrieve resources based on MBIDs.
MusicBrainz client library
Access MusicBrainz from your application using one of our many language bindings. This takes a lot of the work out of using the web service API listed above.
Next Generation Schema
The currently in beta version of our new database schema. Available online at http://test.musicbrainz.org
Next Generation Schema webservice docs
Documentation for the NGS webservice

Other helpful links

Have a great weekend hacking on fun music projects!