Changes between Version 42 and Version 43 of XMLRPC
- Timestamp:
- May 16, 2011, 9:10:50 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
XMLRPC
v42 v43 236 236 '''array !CheckMovieHash( $token, array($moviehash, $moviehash, ...) )''' 237 237 238 This method returns best matching !MovieImdbID, !MovieName, !MovieYear, if available for each $moviehash. See also [wiki:XMLRPC#CheckMovieHash2 CheckMovieHash2()]. Read more about [wiki:MovieIdentification Movie Identification]. 238 This method returns best matching !MovieImdbID, !MovieName, !MovieYear, if available for each $moviehash. See also [wiki:XMLRPC#CheckMovieHash2 CheckMovieHash2()]. Read more about [wiki:MovieIdentification Movie Identification]. Note: method accepts only first 200 hashes to avoid database load, not processed hashes are included in "not_processed" 239 239 240 240 Example output: … … 263 263 ) 264 264 265 ) 266 267 [not_processed] => Array 268 ( 265 269 ) 266 270