-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDelugeCommands
103 lines (103 loc) · 2.64 KB
/
DelugeCommands
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
[
"autoremoveplus.get_ignore",
"core.upload_plugin",
"core.rescan_plugins",
"core.force_recheck",
"autoremoveplus.set_config",
"core.glob",
"autoadd.set_options",
"core.remove_torrent",
"core.resume_all_torrents",
"core.queue_top",
"daemon.get_method_list",
"autoadd.remove",
"core.set_torrent_options",
"core.set_torrent_prioritize_first_last",
"autoadd.enable_watchdir",
"core.get_session_state",
"core.set_torrent_move_completed",
"core.get_available_plugins",
"core.set_torrent_file_priorities",
"autoadd.disable_watchdir",
"core.get_config",
"core.disable_plugin",
"core.test_listen_port",
"core.connect_peer",
"core.enable_plugin",
"autoremoveplus.get_config",
"core.get_filter_tree",
"core.set_torrent_remove_at_ratio",
"core.get_torrent_status",
"core.get_config_values",
"core.pause_torrent",
"core.move_storage",
"core.force_reannounce",
"core.add_torrent_file",
"core.get_listen_port",
"core.set_torrent_move_completed_path",
"autoadd.set_config",
"autoremoveplus.get_remove_rules",
"core.set_torrent_stop_at_ratio",
"core.rename_folder",
"core.add_torrent_url",
"core.get_enabled_plugins",
"core.get_libtorrent_version",
"core.get_path_size",
"core.set_torrent_max_connections",
"core.get_config_value",
"core.get_session_status",
"core.create_torrent",
"autoadd.get_config",
"core.add_torrent_magnet",
"daemon.info",
"autoremoveplus.set_ignore",
"core.set_torrent_stop_ratio",
"core.set_torrent_auto_managed",
"core.pause_all_torrents",
"core.get_torrents_status",
"core.rename_files",
"autoadd.get_watchdirs",
"core.get_free_space",
"core.queue_bottom",
"core.set_torrent_max_upload_speed",
"core.resume_torrent",
"core.set_torrent_max_upload_slots",
"core.set_config",
"core.get_cache_status",
"core.queue_down",
"daemon.shutdown",
"core.get_num_connections",
"core.set_torrent_max_download_speed",
"core.queue_up",
"core.set_torrent_trackers",
"autoadd.add",
"web.get_torrent_info",
"web.add_torrents",
"web.get_plugins",
"web.start_daemon",
"web.add_host",
"web.deregister_event_listener",
"web.register_event_listener",
"web.get_magnet_info",
"web.get_torrent_status",
"auth.delete_session",
"web.download_torrent_from_url",
"web.get_config",
"web.get_hosts",
"web.disconnect",
"auth.check_session",
"web.set_config",
"auth.login",
"web.get_plugin_resources",
"web.upload_plugin",
"web.connect",
"web.get_events",
"auth.change_password",
"web.get_host_status",
"web.remove_host",
"web.connected",
"web.get_torrent_files",
"web.stop_daemon",
"web.update_ui",
"web.get_plugin_info"
]