Changes between Version 2 and Version 3 of XmlRpcDownloadSubtitles


Ignore:
Timestamp:
Sep 27, 2008, 5:39:37 PM (16 years ago)
Author:
guest
Comment:

Explained the process to unpack subtitle file contents [Majky]

Legend:

Unmodified
Added
Removed
Modified
  • XmlRpcDownloadSubtitles

    v2 v3  
    5353        ''subcontents''::
    5454          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
    5557    ''seconds''::
    5658      time taken to execute this command on server
     
    160162=== Notes ===
    161163
    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.
    163165
    164166