CDDB import

  • Thread starter Thread starter Tal
  • Start date Start date
T

Tal

Is it possible to design a dabatase for CD library that will interface
with CDDB to download artist/song information?
 
Tal said:
Is it possible to design a dabatase for CD library that will interface with
CDDB to download artist/song information?

It is possible to use the MSXML library in Windows to make HTTP Requests over
the internet to web services. The trick is knowing how to send the request and
how to process what you get back. Some web service are very obvious and send
back nicely formatted XML which can then be parsed and stuffed into tables.
Other web services are not really trying to be "open" and might be much harder
to work with this way.

I am not familiar with how the CDDB web service works, but you might look on
their web site to see if any pages discuss this.
 
Rick Brandt said:
It is possible to use the MSXML library in Windows to make HTTP Requests over
the internet to web services. The trick is knowing how to send the request
and how to process what you get back. Some web service are very obvious and
send back nicely formatted XML which can then be parsed and stuffed into
tables. Other web services are not really trying to be "open" and might be
much harder to work with this way.

I am not familiar with how the CDDB web service works, but you might look on
their web site to see if any pages discuss this.

I just checked their website www.gracenote.com and it appears that you have to
obtain a license from them and then you can obtain an SDK for interfacing with
their database. I did not dig deep enough to see what the licensing costs.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

CDDB database? 1
Gettting CDDB info on Win-media player 9 0
cddb problems 1
Freeware to catalog audio CD (cddb) 8
How to Protect CDDB 2
IMDB/CDDB 10
cd to mp3 ripper with CDDB 4
interferance with iTunes 1

Back
Top