Re: Can't figure out how to get the artist name from a DiscID
Andy Hawkins <[email protected]> Tue, 14 Apr 2015 15:10:40 +0000 (UTC)
| Newsgroups | gmane.comp.audio.musicbrainz.devel |
|---|---|
| Organization | Gently |
| Message-ID | <[email protected]> |
Hi, In article <[email protected]>, David Baltimore<[email protected]> wrote: >>3. For each Release ID, perform a release query, including any extra >>parameters you need (artists etc.) >>4. If you want information related to the specific disk rather than the >>release as a whole, you need to filter the list of media that match the >>original disk id. > > > I don't know how to do the above! That's exactly what the example code in cdlookup.cc does! > Also what is it you are referring to in this statement. "I'd also > recommend a thorough reading of the WS > documentation," I thought I read the whole website. > > Still at a loss here. I don't know how to requery for specific information. The documentation for the MusicBrainz web service is here: https://wiki.musicbrainz.org/Development/XML_Web_Service/Version_2 This should be your starting point. Until you can generate queries in your browser that return you the correct information, you're going to struggle to do it using libmb. As I said in the last message, libmb is nothing but a very thin wrapper around the data received from the web service. If you have any specific questions, I'm more than happy to try and help. Andy