Changes between Version 49 and Version 50 of XMLRPC


Ignore:
Timestamp:
May 5, 2012, 2:00:46 PM (12 years ago)
Author:
os
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • XMLRPC

    v49 v50  
    537537----
    538538
     539== !ReportWrongImdbMovie ==
     540'''array !ReportWrongImdbMovie( $token, array('moviehash' => $moviehash, 'moviebytesize' => $moviebytesize, 'imdbid' => $imdbid )'''
     541
     542This method is needed to report bad movie hash for imdbid. This method should be used for correcting wrong entries, when using CheckMovieHash/CheckMovieHash2. Pass moviehash and moviebytesize for file, and imdbid as new, corrected one IMDBID (id number without trailing zeroes). After some reports, moviehash will be linked to new imdbid.
     543
     544Example output:
     545{{{
     546    [status] => 200 OK
     547    [seconds] => 0.115
     548}}}
     549
     550'''Fields explanation:'''
     551All field are self-explained.
     552
     553----
     554
    539555== !GetSubLanguages ==
    540556'''array !GetSubLanguages( $language = 'en' )'''