Changes between Version 7 and Version 8 of XMLRPC
- Timestamp:
- Sep 9, 2008, 9:44:57 AM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
XMLRPC
v7 v8 533 533 All fields are self-explained. 534 534 535 == InsertMovie == 536 '''array InsertMovie( $token, array('moviename' => $moviename, 'movieyear' => $movieyear) )''' 535 536 == !InsertMovie == 537 '''array !InsertMovie( $token, array('moviename' => $moviename, 'movieyear' => $movieyear) )''' 537 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.