Changes between Version 1 and Version 2 of XmlRpcTryUploadSubtitles
- Timestamp:
- Sep 27, 2008, 6:01:09 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
XmlRpcTryUploadSubtitles
v1 v2 18 18 This must be called '''before''' [wiki:XmlRpcUploadSubtitles UploadSubtitles()]. 19 19 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. 21 21 22 22 The function returns ''alreadyindb'' = 1 when subtitles already exist in the database. … … 61 61 * ''subhash'': MD5 hash of subtitle file contents 62 62 * ''subfilename'': subtitle filename 63 * ' moviehash'': hash calculated for the video file contents, see ''[wiki:HashSourceCodes Hash Source Codes]'' for various implementations64 * ''moviebytesize' : size of video file in bytes63 * ''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 65 65 * ''movietimems'': length of video in miliseconds 66 * ''movieframes' : length of video in frames66 * ''movieframes'': length of video in frames 67 67 * ''moviefps'': frame rate used in video file, e.g. 23.976 68 * ''moviefilename'': video filename 68 * ''moviefilename'': video filename 69 69 70 70