Changes between Version 21 and Version 22 of archive/Development/UiClient


Ignore:
Timestamp:
02/23/2008 04:28:22 PM (16 years ago)
Author:
mvoncken
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • archive/Development/UiClient

    v21 v22  
    215215 
    216216A method to see if the core is running 
     217 
     218 
     219 
     220 
     221 
     222 
    217223 
    218224 
     
    287293    'private','max_upload_speed','queue'] 
    288294    }}} 
     295 
     296 * torrent_add* methods : available  keys, omitted keys default to the deluge preferences. 
     297    {{{ 
     298    {"max_download_speed_per_torrent":float(), 
     299        "max_upload_speed_per_torrent":float(), 
     300        "max_connections_per_torrent":int(), 
     301        "max_upload_slots_per_torrent":int(), 
     302        "prioritize_first_last_pieces":bool(), 
     303        "add_paused":bool(), 
     304        "add_paused":bool(), 
     305        "default_private":bool() 
     306    } 
     307    }}} 
     308 
    289309 * Examples: 
    290     The sclient/aclient examples use a for each torrent_ids on get_torrent_status(id, [])  
    291  
    292     But in a real script you would use get_torrent'''s'''_status(torrent_ids, [])  
    293  
    294  
    295  
    296  
     310    The sclient/aclient examples use a for each torrent_ids on get_torrent_status(id, []) . 
     311    In a real script you would use get_torrent'''s'''_status(torrent_ids, [])  
     312 
     313 
     314 
     315