Changes between Version 105 and Version 106 of XMLRPC


Ignore:
Timestamp:
May 31, 2016, 6:18:39 AM (8 years ago)
Author:
os
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • XMLRPC

    v105 v106  
    961961'''array !QuickSuggest( $token, $string, $sublanguageid )'''
    962962
    963 This method is useful for when a user is typing a movie or series name in a search field. Use-case scenario; The user is in the Search Subtitles -pane of a program and searching for subtitles. He starts typing and this method returns the count of existing subtitles for the given languages. Then he selects a movie or series and a SearchSubtitles by IDMovieIMDB is performed.
     963This method is useful for when a user is typing a movie or series name in a search field. Use-case scenario; The user is in the Search Subtitles -pane of a program and searching for subtitles. He starts typing and this method returns the count of existing subtitles for the given languages. Then he selects a movie or series and a !SearchSubtitles by IDMovieIMDB is performed.
    964964$sublanguageid can be multiple languages (eg.: "eng,por,pob"). The results are ordered by popularity of movie. The !SubtitlesFound is always higher than 0. This method is not suitable to implement in an Upload function of a program (because only existing IMDb IDs are returned that have suitable subtitles).
    965965$sublanguageid is optional. If not specified, $sublanguage == 'all'. In that case, suggestions are made for All languages. So it is a good idea to pass user-defined subtitle language(s) here.