Changes between Version 11 and Version 12 of archive/Development/UiClient


Ignore:
Timestamp:
02/23/2008 10:28:02 AM (16 years ago)
Author:
mvoncken
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • archive/Development/UiClient

    v11 v12  
    262262 
    263263Sets a torrents tracker list.  trackers will be [{"url", "tier"}] 
     264 
     265= Notes = 
     266The Possible keys for get_torrent_status(id,keys) are currently: 
     267{{{ 
     268TORRENT_KEYS = ['name', 'total_size', 'num_files', 'num_pieces', 'piece_length', 
     269    'eta', 'ratio', 'file_progress', 'distributed_copies', 'total_done', 
     270    'total_uploaded', 'state', 'paused', 'progress', 'next_announce', 
     271    'total_payload_download', 'total_payload_upload', 'download_payload_rate', 
     272    'upload_payload_rate', 'num_peers', 'num_seeds', 'total_peers', 'total_seeds', 
     273    'total_wanted', 'tracker', 'trackers', 'tracker_status', 'save_path', 
     274    'files', 'file_priorities', 'compact', 'max_connections', 
     275    'max_upload_slots', 'max_download_speed', 'prioritize_first_last', 
     276    'private','max_upload_speed','queue'] 
     277}}} 
     278