hostprogressive.blogg.se

Deluge torrent install
Deluge torrent install











RPC exported method ( Auth level: 5) disable_plugin ( plugin ) RPC exported method ( Auth level: 10) create_torrent ( path, tracker, piece_length, comment, target, webseeds, private, created_by, trackers, add_to_session )

deluge torrent install

RPC exported method ( Auth level: 5) create_account ( username, password, authlevel ) RPC exported method ( Auth level: 5) connect_peer ( torrent_id, ip, port )

deluge torrent install

Headers ( dict) – any optional headers to sendĪ Deferred which returns the torrent_id as a str or None Url ( string) – the URL pointing to the torrent file Deluge will attempt to fetch the torrentįrom the URL prior to adding it to the session. RPC exported method ( Auth level: 5) add_torrent_url ( url, options, headers = None )Īdds a torrent from a URL. Options ( dict) – the options to apply to the torrent on add RPC exported method ( Auth level: 5) add_torrent_magnet ( uri, options )Īdds a torrent from a magnet link. Torrent_files ( list of tuples) – Torrent files as tuple of RPC exported method ( Auth level: 5) add_torrent_files ( torrent_files )Īdds multiple torrent files to the session asynchronously. Save_state ( bool) – If the state should be saved after adding the file. Parametersįiledump ( str) – A base64 encoded string of torrent file contents. RPC exported method ( Auth level: 5) add_torrent_file_async ( filename, filedump, options, save_state = True )Īdds a torrent file to the session asynchronously. Options ( dict) – The options to apply to the torrent upon adding.

deluge torrent install

Parametersįilename ( str) – The filename of the torrent.įiledump ( str) – A base64 encoded string of the torrent file contents. Core ( listen_interface = None, outgoing_interface = None, read_only_config_keys = None ) add_torrent_file ( filename, filedump, options )Īdds a torrent file to the session.













Deluge torrent install