Changes between Version 113 and Version 114 of XMLRPC
- Timestamp:
- Nov 15, 2016, 8:48:59 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
XMLRPC
v113 v114 135 135 '''array !SearchSubtitles( $token, array(array('sublanguageid' => $sublanguageid, 'moviehash' => $moviehash, 'moviebytesize' => $moviesize, ''imdbid => $imdbid'', ''query'' => 'movie name', "season" => 'season number', "episode" => 'episode number', 'tag' => tag ),array(...)), array('limit' => 500))''' 136 136 137 Returns information about found subtitles. It is designed making multiple search at once. When nothing is found, 'data' is empty. If sublanguageid is empty, or have value 'all' - it search in every sublanguage, you can set it to multiple languages (e.g. 'eng,dut,cze'). Tag is index of movie filename or subtitle file name, or release name - currently we index more than 40.000.000 of tags.137 Returns information about found subtitles. It is designed making multiple search at once. When nothing is found, 'data' is empty. If sublanguageid is empty, or have value 'all' - it search in every sublanguage, you can set it to multiple languages (e.g. 'eng,dut,cze'). Tag is index of movie filename or subtitle file name, or release name - currently we index more than 53.000.000 of tags. 138 138 139 139 If you define moviehash and moviebytesize, then imdbid and query in same array are ignored. If you define imdbid, then moviehash, moviebytesize and query is ignored. If you define query, then moviehash, moviebytesize and imdbid is ignored. Pseudocode: … … 159 159 * !MatchedBy can be: moviehash, imdbid, tag, fulltext (so you know from where results comes from) 160 160 * SubTSGroup - read explanation here https://forum.opensubtitles.org/viewtopic.php?f=8&t=15669 161 * when searching by '''imdbid''' it is possible to add '''tags''' parameter. It can contain comma delimited values. Valid tags parameter is for example 'AXXO,DVD', that means it will return all subtitles for AXXO release '''AND''' DVD format. See [#Supportedtags supported tags]161 * when searching by '''imdbid''' it is possible to add '''tags''' case-insensitive parameter. It can contain comma delimited values. Valid tags parameter is for example 'AXXO,DVD', that means it will return all subtitles for AXXO release '''AND''' DVD format. See [#Supportedtags supported tags] 162 162 * For user convenience when using fulltext search, implement [#QuickSuggest] 163 163