bibFieldName * TOOL_IMDBWEB_BROWSERSTRING a current browser agent string. Should be updated from time to time. See default config file. * TOOL_IMDBWEB_BROWSER_ACCEPT_LANG should define in which language the content returns */ const TOOL_IMDBWEB_SEARCH = 'movie'; const TOOL_IMDBWEB_FIELDS = array( 'getCast', 'getDescription', 'getDirector', 'getGenre', 'getPlot', 'getRating', 'getRuntime', 'getTitle', 'getWriter', 'getYear' ); /* const TOOL_IMDBWEB_FIELDS_TO = array( 'getCast' => 'actors', 'getDescription' => 'description', 'getDirector' => 'directors', 'getGenre' => 'genres', 'getPlot' => 'content', 'getRating' => 'imdbrating', 'getRuntime' => 'runtime', 'getTitle' => 'title', 'getWriter' => 'writers', 'getYear' => 'year' ); */ const TOOL_IMDBWEB_BROWSER_AGENT = BROWSER_AGENT; const TOOL_IMDBWEB_BROWSER_ACCEPT = BROWSER_ACCEPT; const TOOL_IMDBWEB_BROWSER_ACCEPT_LANG = BROWSER_ACCEPT_LANG;