Changes between Version 67 and Version 68 of XMLRPC
- Timestamp:
- Apr 25, 2014, 11:21:40 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
XMLRPC
v67 v68 263 263 '''array !CheckMovieHash( $token, array($moviehash, $moviehash, ...) )''' 264 264 265 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" 265 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". This method is similar to !CheckMovieHash2 - it uses same SQL query, but prints just best guesses. 266 266 267 267 Example output: … … 313 313 '''array CheckMovieHash2( $token, array($moviehash, $moviehash, ...) )''' 314 314 315 This method returns matching !MovieImdbID, !MovieName, !MovieYear, !SeriesSeason, !SeriesEpisode, !MovieKind if available for each $moviehash, always sorted by ! SeenCount DESC. Read more about [wiki:MovieIdentification Movie Identification].315 This method returns matching !MovieImdbID, !MovieName, !MovieYear, !SeriesSeason, !SeriesEpisode, !MovieKind if available for each $moviehash, always sorted by !MovieHash ASC, !SubCount DESC, !SeenCount DESC. Read more about [wiki:MovieIdentification Movie Identification]. 316 316 317 317 Example output: