Changes between Version 7 and Version 8 of XMLRPC


Ignore:
Timestamp:
Sep 9, 2008, 9:44:57 AM (16 years ago)
Author:
os
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • XMLRPC

    v7 v8  
    533533All fields are self-explained.
    534534
    535 == InsertMovie ==
    536 '''array InsertMovie( $token, array('moviename' => $moviename, 'movieyear' => $movieyear) )'''
     535
     536== !InsertMovie ==
     537'''array !InsertMovie( $token, array('moviename' => $moviename, 'movieyear' => $movieyear) )'''
    537538
    538539Allows 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.