View previous topic :: View next topic |
Author |
Message |
LiquidCode Moderator Team
Joined: 05 Dec 2000 Posts: 1752 Location: Space and Time
|
Posted: Thu May 30, 2002 9:49 pm Post subject: CDDB |
|
|
Is there a dll or is there one that can be easily made
to be able to access the CDDB for audio CD's?
Thanks _________________ Chris
Http://theblindhouse.com |
|
Back to top |
|
 |
marty Professional Member


Joined: 10 May 2001 Posts: 789
|
Posted: Fri May 31, 2002 12:30 am Post subject: |
|
|
Hey I found a way to do it with VDSIPP.DLL and VDS. I'll try to find the source code I made and I will post it  |
|
Back to top |
|
 |
LiquidCode Moderator Team
Joined: 05 Dec 2000 Posts: 1752 Location: Space and Time
|
Posted: Fri May 31, 2002 2:31 am Post subject: |
|
|
GREAT! I'll be waiting by the computer..
Thanks a bunch! _________________ Chris
Http://theblindhouse.com |
|
Back to top |
|
 |
marty Professional Member


Joined: 10 May 2001 Posts: 789
|
|
Back to top |
|
 |
LiquidCode Moderator Team
Joined: 05 Dec 2000 Posts: 1752 Location: Space and Time
|
|
Back to top |
|
 |
Tommy Admin Team
Joined: 16 Nov 2002 Posts: 746 Location: The Netherlands
|
Posted: Wed Oct 23, 2002 12:35 am Post subject: |
|
|
Too bad, I guess CDDB has died since recently.
Seems like many software using CDDB, including VDS made ones, will no longer function
now. There will be an error "433 Authorized client". Although I haven't read into this
yet, I'll assume that CDDB's current owner requires payment for use of the database. |
|
Back to top |
|
 |
Tommy Admin Team
Joined: 16 Nov 2002 Posts: 746 Location: The Netherlands
|
Posted: Wed Oct 23, 2002 1:05 am Post subject: |
|
|
Please don't bother using CDDB anymore, I'm sure most VDS apps wouldn't get
approved by the company owning it, and most of their conditions are totally
unacceptable.
For now the best alternative seems to be freedb: http://www.freedb.org/
Switching to this one is very easy as it supports the CDDB 1 protocol besides the
freedb protocol. Just use the server freedb.freedb.org instead of *.cddb.com. |
|
Back to top |
|
 |
Tommy Admin Team
Joined: 16 Nov 2002 Posts: 746 Location: The Netherlands
|
|
Back to top |
|
 |
marty Professional Member


Joined: 10 May 2001 Posts: 789
|
Posted: Wed Oct 23, 2002 12:26 pm Post subject: |
|
|
This is a great example Tommy.
The CDDB code in the open source section I posted a while back was using a freedb server. I will add the link to this thread.

Last edited by marty on Thu Oct 24, 2002 11:30 am; edited 1 time in total |
|
Back to top |
|
 |
Tommy Admin Team
Joined: 16 Nov 2002 Posts: 746 Location: The Netherlands
|
Posted: Thu Oct 24, 2002 12:32 am Post subject: |
|
|
Oh, sorry, I didn't notice you were using freedb already.
Also about my code, I think it's probably the same really as your code. My code is very
old and probably contains some bugs. |
|
Back to top |
|
 |
marcelo Contributor


Joined: 10 May 2008 Posts: 151
|
Posted: Sun Jun 28, 2020 6:46 pm Post subject: |
|
|
Hi. I noticed FREEDB is not longer available.
I think the only alternative is Musicbrainz. Does anyone have any experience about it? |
|
Back to top |
|
 |
marcelo Contributor


Joined: 10 May 2008 Posts: 151
|
Posted: Mon Jun 29, 2020 12:35 pm Post subject: |
|
|
Sorry for the repost.
I'm trying to calculate the CD ID to search in Musicbrainz database but i can't do it.
Full instructions are in the following link:
https://musicbrainz.org/doc/Disc_ID_Calculation
I can get the full TOC readings but i can't get the right ID after Hash and base64 encoding.
I don't know the right way to do it because i don't understand de C programing code correctly.
I'm doing encodings using online services before trying to do it with VDS.
Can anyone help me?
Sorry for my english |
|
Back to top |
|
 |
marcelo Contributor


Joined: 10 May 2008 Posts: 151
|
Posted: Sun Jul 12, 2020 2:49 am Post subject: |
|
|
Solved |
|
Back to top |
|
 |
|