Changes between Version 67 and Version 68 of XMLRPC


Ignore:
Timestamp:
Apr 25, 2014, 11:21:40 AM (10 years ago)
Author:
os
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • XMLRPC

    v67 v68  
    263263'''array !CheckMovieHash( $token, array($moviehash, $moviehash, ...) )'''
    264264
    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"
     265This 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.
    266266
    267267Example output:
     
    313313'''array CheckMovieHash2( $token, array($moviehash, $moviehash, ...) )'''
    314314
    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].
     315This 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].
    316316
    317317Example output: