Changes between Version 25 and Version 26 of XMLRPC


Ignore:
Timestamp:
Dec 18, 2008, 7:24:41 AM (15 years ago)
Author:
os
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • XMLRPC

    v25 v26  
    100100}}}
    101101 * Some data (IDSubMovieFile, !MovieHash, !MovieByteSize, MovieTimeMS) are set to 0, when searching by imdbid or query
    102  * Max results is set to 500 found items
     102 * Max results is set to 500 found items in total
    103103 * For perfect matches use moviehash/moviebytesize searching, for movie matches use imdbid searching, if you can not use any of them, use fulltext search
    104104 * If used this method in movie player and subtitles are found using imdbid or query, should be nice to implement [wiki:DevReadFirst#Yourmovieplayershouldsupportautomaticuploading Automatic Uploading], so we get back movie hash of matching movie
    105 
    106 Example output:
    107 {{{
    108    [data] => Array
     105 * !MatchedBy can be: moviehash, imdbid, fulltext (so you know from where results comes from)
     106
     107Example output:
     108{{{
     109    [data] => Array
    109110        (
    110111            [0] => Array
    111112                (
     113                    [MatchedBy] => moviehash
    112114                    [IDSubMovieFile] => 82181
    113115                    [MovieHash] => 09a2c497663259cb
     
    128130                    [SubBad] => 0
    129131                    [SubRating] => 0.0
    130                     [SubDownloadsCnt] => 252
     132                    [SubDownloadsCnt] => 253
    131133                    [MovieReleaseName] => Night Watch
    132134                    [IDMovie] => 516
     
    146148            [1] => Array
    147149                (
     150                    [MatchedBy] => moviehash
    148151                    [IDSubMovieFile] => 82182
    149152                    [MovieHash] => 09a2c497663259cb
     
    179182                    [ZipDownloadLink] => http://www.opensubtitles.org/en/download/sub/3144302
    180183                )
    181         )
    182     [seconds] => 2.378
     184...
    183185}}}
    184186