From 99e50dfdf6381fc2e2da9980932989e4deedf4e2 Mon Sep 17 00:00:00 2001 From: rubo77 Date: Fri, 21 Oct 2016 08:52:04 +0200 Subject: [PATCH] Added repository with continuation of the project --- README => README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) rename README => README.md (60%) diff --git a/README b/README.md similarity index 60% rename from README rename to README.md index edbf594..1863a89 100644 --- a/README +++ b/README.md @@ -1,2 +1,13 @@ -This is an OO PHP 5 library for accessing the musicbrainz API. To search the API, there are two different methods to access the musicbrainz API. One is a search based on criteria such as artist name, track name, release year, etc. The other is a retrieval of a specific musicbrainz record based on a specific identifier for the musicbrainz database (MBID). Typically you search for results using a release, track, or artist filter, then from those results retrieve the specific record you want with the detailed information. There are examples in the examples folder. +#MusicBrainz now uses version 2 of XML Web Service, so this code no longer works! + +This Repo is outdated + +Please Use this fork, which is under active development: +https://github.com/powered-by-moe/MusicBrainz +Visit the [MusicBrainz development page](http://musicbrainz.org/doc/Development) for more information. + +How this code used to work: +--------------------------- + +This is an OO PHP 5 library for accessing the musicbrainz API. To search the API, there are two different methods to access the musicbrainz API. One is a search based on criteria such as artist name, track name, release year, etc. The other is a retrieval of a specific musicbrainz record based on a specific identifier for the musicbrainz database (MBID). Typically you search for results using a release, track, or artist filter, then from those results retrieve the specific record you want with the detailed information. There are examples in the examples folder.