Changes between Version 113 and Version 114 of XMLRPC


Ignore:
Timestamp:
Nov 15, 2016, 8:48:59 AM (7 years ago)
Author:
os
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • XMLRPC

    v113 v114  
    135135'''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))'''
    136136
    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.
     137Returns 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.
    138138
    139139If 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:
     
    159159 * !MatchedBy can be: moviehash, imdbid, tag, fulltext (so you know from where results comes from)
    160160 * 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]
    162162 * For user convenience when using fulltext search, implement [#QuickSuggest]
    163163