Changes between Version 10 and Version 11 of XMLRPC
- Timestamp:
- Sep 9, 2008, 11:56:06 AM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
XMLRPC
v10 v11 537 537 '''array !InsertMovie( $token, array('moviename' => $moviename, 'movieyear' => $movieyear) )''' 538 538 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.539 Allows 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. 540 540 541 541 Example output: … … 547 547 548 548 '''Fields explanation:''' 549 id is idmovie in opensubtitles.org movie database for inserted movie. 549 id is idmovie in opensubtitles.org movie database for inserted movie. You can use it later for uploading subtitles. 550 550 551 551