bibFieldName * TOOL_BRAINZ_BROWSER_AGENT a current browser agent string. Should be updated from time to time. See default config file. * TOOL_BRAINZ_BROWSER_ACCEPT A string what the browser does accept. Should be updated from time to time. See default config file. * TOOL_BRAINZ_BROWSER_ACCEPT_LANG should define in which language the content returns * TOOL_BRAINZ_RESULT_LIMIT How many entries the search will display */ const TOOL_BRAINZ_BROWSER_AGENT = BROWSER_AGENT; const TOOL_BRAINZ_BROWSER_ACCEPT = BROWSER_ACCEPT; const TOOL_BRAINZ_BROWSER_ACCEPT_LANG = BROWSER_ACCEPT_LANG; const TOOL_BRAINZ_RESULT_LIMIT = 10; /* const TOOL_BRAINZ_FIELDS_TO = array( 'album' => 'title', 'date' => 'year', 'artist' => 'artist', 'image' => 'coverimage', 'tracks' => 'content', 'runtime' => 'runtime' ); */