Changes between Version 25 and Version 26 of XMLRPC
- Timestamp:
- Dec 18, 2008, 7:24:41 AM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
XMLRPC
v25 v26 100 100 }}} 101 101 * 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 103 103 * For perfect matches use moviehash/moviebytesize searching, for movie matches use imdbid searching, if you can not use any of them, use fulltext search 104 104 * 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 107 Example output: 108 {{{ 109 [data] => Array 109 110 ( 110 111 [0] => Array 111 112 ( 113 [MatchedBy] => moviehash 112 114 [IDSubMovieFile] => 82181 113 115 [MovieHash] => 09a2c497663259cb … … 128 130 [SubBad] => 0 129 131 [SubRating] => 0.0 130 [SubDownloadsCnt] => 25 2132 [SubDownloadsCnt] => 253 131 133 [MovieReleaseName] => Night Watch 132 134 [IDMovie] => 516 … … 146 148 [1] => Array 147 149 ( 150 [MatchedBy] => moviehash 148 151 [IDSubMovieFile] => 82182 149 152 [MovieHash] => 09a2c497663259cb … … 179 182 [ZipDownloadLink] => http://www.opensubtitles.org/en/download/sub/3144302 180 183 ) 181 ) 182 [seconds] => 2.378 184 ... 183 185 }}} 184 186