Changes between Version 1 and Version 2 of XmlRpcTryUploadSubtitles


Ignore:
Timestamp:
Sep 27, 2008, 6:01:09 PM (16 years ago)
Author:
guest
Comment:

fixed some typos [Majky]

Legend:

Unmodified
Added
Removed
Modified
  • XmlRpcTryUploadSubtitles

    v1 v2  
    1818  This must be called '''before''' [wiki:XmlRpcUploadSubtitles UploadSubtitles()].
    1919 
    20   It takes 2 parameters, first is the session token, second is a structure of information for subtitles to be uploaded, minimum ''cd1'' (one subtitle file) is required.
     20  It takes 2 parameters. First is the session token, second is a structure of information for subtitles to be uploaded, minimum ''cd1'' (one subtitle file) is required.
    2121 
    2222  The function returns ''alreadyindb'' = 1 when subtitles already exist in the database.
     
    6161      * ''subhash'': MD5 hash of subtitle file contents
    6262      * ''subfilename'': subtitle filename     
    63       * 'moviehash'': hash calculated for the video file contents, see ''[wiki:HashSourceCodes Hash Source Codes]'' for various implementations
    64       * ''moviebytesize': size of video file in bytes
     63      * ''moviehash'': hash calculated for the video file contents, see ''[wiki:HashSourceCodes Hash Source Codes]'' for various implementations
     64      * ''moviebytesize'': size of video file in bytes
    6565      * ''movietimems'': length of video in miliseconds
    66       * ''movieframes': length of video in frames
     66      * ''movieframes'': length of video in frames
    6767      * ''moviefps'': frame rate used in video file, e.g. 23.976
    68       * ''moviefilename'': video filename                       
     68      * ''moviefilename'': video filename
    6969
    7070