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.