| 539 | == !ReportWrongImdbMovie == |
| 540 | '''array !ReportWrongImdbMovie( $token, array('moviehash' => $moviehash, 'moviebytesize' => $moviebytesize, 'imdbid' => $imdbid )''' |
| 541 | |
| 542 | This 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 | |
| 544 | Example output: |
| 545 | {{{ |
| 546 | [status] => 200 OK |
| 547 | [seconds] => 0.115 |
| 548 | }}} |
| 549 | |
| 550 | '''Fields explanation:''' |
| 551 | All field are self-explained. |
| 552 | |
| 553 | ---- |
| 554 | |