Changes between Version 56 and Version 57 of XMLRPC
- Timestamp:
- May 26, 2013, 5:20:31 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
XMLRPC
v56 v57 111 111 '''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(...)))''' 112 112 113 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 filen ame or subtitle file name, or release name - currently we index more than 35.000.000 of tags. For performance reasons searching by tag is not activated now.113 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 filen ame or subtitle file name, or release name - currently we index more than 40.000.000 of tags. 114 114 115 115 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: