Greasy Fork is available in English.

Add torrents to Deluge via Web API

Add torrents to Deluge via Web API (requires patched deluge-web and ViolentMonkey)

Penulis
lalbornoz
Pemasangan harian
0
Total pemasangan
44
Nilai
1 0 0
Versi
1.8
Dibuat
23 Maret 2020
Diperbarui
30 Maret 2020
Lisensi
MIT
Berlaku untuk
Semua situs

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 nameDefault valueDescription
debugfalsePrint debugging messages to Web console
delugeDownloadDir"": "/var/lib/deluge/downloads"Ordered dictionary of hostname and domain name keys mapping to download directory pathnames
delugeHostIdDeluge host identifier (see <deluge directory>/.config/deluge/hostlist.conf)
delugeHttpAuthPasswordHTTP basic access authentication password (optional)
delugeHttpAuthUsernameHTTP basic access authentication username (optional)
delugeTorrentDirectory/var/lib/deluge/torrentsTorrent directory pathname
delugeWebPasswordDeluge host web password
delugeWebUrlprotocol://hostname[:port]/delugeURL to deluge-web

References