Changes between Version 2 and Version 3 of XmlRpcDownloadSubtitles
- Timestamp:
- Sep 27, 2008, 5:39:37 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
XmlRpcDownloadSubtitles
v2 v3 53 53 ''subcontents'':: 54 54 subtitle file contents, a ''struct'' with 2 members: ''idsubtitlefile'' and ''data'' (base64 encoded and gzipped subtitle file contents) 55 ''data'':: 56 to get the contents os the subtitle file first base64-decode the string and then gunzip its contents 55 57 ''seconds'':: 56 58 time taken to execute this command on server … … 160 162 === Notes === 161 163 162 * you need to base64-decode and gunzip ''subcontents''-->''data'' to get the subtitle file contents.164 * you need to base64-decode and then gunzip ''subcontents''-->''data'' to get the subtitle file contents. 163 165 164 166