Changes between Version 10 and Version 11 of XMLRPC


Ignore:
Timestamp:
Sep 9, 2008, 11:56:06 AM (16 years ago)
Author:
os
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • XMLRPC

    v10 v11  
    537537'''array !InsertMovie( $token, array('moviename' => $moviename, 'movieyear' => $movieyear) )'''
    538538
    539 Allows logged users insert new movies to opensubtitles internal movie database, which are not in IMDB.com. When user enters movie name and movie year  call SearchMoviesOnIMDB() where are returned movies stored in imdb.com and opensubtitles.org, after users checks movie is not there, allow him to insert new movie to avoid duplicates.
     539Allows logged users insert new movies to opensubtitles internal movie database, which are not in IMDB.com. Guidelines for application: when user enters movie name and movie year call in your app SearchMoviesOnIMDB() where are returned movies stored in imdb.com and opensubtitles.org. When user checks movie does not exists in list, allow him to insert new movie. This needs to be done to avoid duplicates.
    540540
    541541Example output:
     
    547547 
    548548'''Fields explanation:'''
    549 id is idmovie in opensubtitles.org movie database for inserted movie.
     549id is idmovie in opensubtitles.org movie database for inserted movie. You can use it later for uploading subtitles.
    550550
    551551