Changes between Version 15 and Version 16 of archive/Development/UiClient


Ignore:
Timestamp:
02/23/2008 11:12:18 AM (16 years ago)
Author:
mvoncken
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • archive/Development/UiClient

    v15 v16  
    267267 
    268268= Notes = 
    269 The Possible keys for get_torrent_status(id, keys) are currently: 
    270 {{{ 
     269 * The Possible keys for get_torrent_status(id, keys) are currently: 
     270    {{{ 
    271271    ['name', 'total_size', 'num_files', 'num_pieces', 'piece_length', 
    272272    'eta', 'ratio', 'file_progress', 'distributed_copies', 'total_done', 
     
    278278    'max_upload_slots', 'max_download_speed', 'prioritize_first_last', 
    279279    'private','max_upload_speed','queue'] 
    280 }}} 
    281  
     280    }}} 
     281 * Examples: 
     282    The sclient/aclient examples use a for each torrent_ids on get_torrent_status(id, [])  
     283 
     284    But in a real script you would use get_torrent'''s'''_status(torrent_ids, [])  
     285 
     286 
     287 
     288