Changes between Version 1 and Version 2 of XmlRpcDownloadSubtitles
- Timestamp:
- Sep 26, 2008, 9:41:01 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
XmlRpcDownloadSubtitles
v1 v2 51 51 ''data'':: 52 52 array of subtitle file contents 53 ''subcontents'':: 54 subtitle file contents, a ''struct'' with 2 members: ''idsubtitlefile'' and ''data'' (base64 encoded and gzipped subtitle file contents) 55 56 {{{struct( 57 (int) [idsubtitlefile], 58 (string) [data] 59 ) 60 }}} 61 53 ''subcontents'':: 54 subtitle file contents, a ''struct'' with 2 members: ''idsubtitlefile'' and ''data'' (base64 encoded and gzipped subtitle file contents) 62 55 ''seconds'':: 63 56 time taken to execute this command on server 57 58 Subtitle file contents ''subcontents'' structure: 59 {{{ 60 struct( 61 (int) [idsubtitlefile], 62 (string) [data] 63 ) 64 }}} 64 65 65 66