INTERACT FORUM

Windows => Plug-in Development => Topic started by: esajesa on December 09, 2005, 09:17:32 am

Title: CD Manager CDDB questions
Post by: esajesa on December 09, 2005, 09:17:32 am
Hi,

If I use the CDDB_GetTrackTitle() function it works very well, but how do I get Artist Name, Album Name, Year etc??

I assume I should use CDDB_GetDiskOption(), but what are the values I can use?? I tried CDDB_GetDiskOption("Artist") but it won't work, as well as "Album".

//Jens
Title: Re: CD Manager CDDB questions
Post by: John Gateley on December 12, 2005, 09:51:31 am
In the latest version (11.1) CDDB_GetTrackTitle returns all 4 pieces of info, separated by "|". But you can also call the CDDB_GetField function to get the data.

j