Changes between Version 60 and Version 61 of XMLRPC
- Timestamp:
- Aug 12, 2013, 2:37:34 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
XMLRPC
v60 v61 110 110 111 111 == !SearchSubtitles == 112 '''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(...)), 'limit' => 500)'''112 '''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))''' 113 113 114 114 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. … … 129 129 }}} 130 130 * Some data (IDSubMovieFile, !MovieHash, !MovieByteSize, MovieTimeMS) are set to 0, when searching by imdbid or query 131 * Max results is set to 500 found items in total, optional argument limit ( outside of array!) - you can control limit of total results < 500131 * Max results is set to 500 found items in total, optional argument limit (in another array, possible to add some more global variables) - you can control limit of total results < 500 132 132 * Season and Episode are not mandatory, when using query/imdb searching 133 133 * For perfect matches use moviehash/moviebytesize searching, for movie matches use tag/imdbid searching, if you can not use any of them, use fulltext search (least accurate)