您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Add torrents to Deluge via Web API (requires patched deluge-web and ViolentMonkey)
Add torrents to Deluge via Web API (requires patched deluge-web[1][2][3] owing to missing functionality & unfixed bugs and ViolentMonkey due to 3rd-party cookies)
Eligible BitTorrent and/or Magnet links will have a clickable progress bar appended to them and may be queued on-click; refer to their tooltips for a detailed progress update.
This script requires in-script configuration prior to usage. Consult the following table and set, at minimum, delugeDownloadDir
, delugeHostId
, delugeTorrentDirectory
, delugeWebPassword
, and delugeWebUrl
.
Variable name | Default value | Description |
---|---|---|
debug | false | Print debugging messages to Web console |
delugeDownloadDir | "": "/var/lib/deluge/downloads" | Ordered dictionary of hostname and domain name keys mapping to download directory pathnames |
delugeHostId | Deluge host identifier (see <deluge directory>/.config/deluge/hostlist.conf ) | |
delugeHttpAuthPassword | HTTP basic access authentication password (optional) | |
delugeHttpAuthUsername | HTTP basic access authentication username (optional) | |
delugeTorrentDirectory | /var/lib/deluge/torrents | Torrent directory pathname |
delugeWebPassword | Deluge host web password | |
delugeWebUrl | protocol://hostname[:port]/deluge | URL to deluge-web |
Wed, 25 Mar 2020 11:00:50 +0100 [1]
deluge-2.0.3+AddTorrentsDeluge.patchMon, 30 Mar 2020 14:02:23 +0200 [2]
#3366 (WebApi.add_torrents(): deferred RPC failure results are not propagated) – DelugeMon, 30 Mar 2020 14:02:30 +0200 [3]
#3367 (WebApi.add_torrents(): implement in-stream BitTorrent file uploading support) – Deluge