The server to use in CDDB requests.
BASS_SetConfigPtr( BASS_CONFIG_CD_CDDB_SERVER, char *server );
server | The CDDB server address, in the form of "user:pass@server:port/path". The "user:pass@", ":port" and "/path" parts are optional; only the "server" part is required. If not provided, the port and path default to 80 and "/~cddb/cddb.cgi", respectively. |
The proxy server, as configured via the BASS_CONFIG_NET_PROXY option, is used when connecting to the CDDB server.