diff --git a/README.md b/README.md index 0811c7c1f..ee69485fd 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ Listenarr is a fast, feature-rich, cross-platform audiobook management server. B - [x] **First-class responsive web interface** that works great on any device (phone, tablet, desktop) - [x] **Rich metadata support** with automatic enrichment from Audible and Amazon - [x] **External API integration** for searching across multiple torrent and NZB indexers simultaneously -- [x] **Download management** with support for popular clients (qBittorrent, Transmission, SABnzbd, NZBGet) +- [x] **Download management** with support for popular clients (qBittorrent, Transmission, Deluge, SABnzbd, NZBGet) - [x] **Real-time monitoring** of download progress and status - [x] **Intelligent file organization** with customizable naming patterns - [ ] **Full localization support** Soon™️ @@ -386,6 +386,7 @@ Supported download clients: - **qBittorrent** - Popular torrent client with web UI - **Transmission** - Cross-platform torrent client +- **Deluge** - Torrent client via Deluge Web JSON-RPC - **SABnzbd** - Usenet downloader - **NZBGet** - Efficient usenet client diff --git a/fe/src/components/domain/download/DownloadClientFormModal.vue b/fe/src/components/domain/download/DownloadClientFormModal.vue index baa7df91a..c72b98492 100644 --- a/fe/src/components/domain/download/DownloadClientFormModal.vue +++ b/fe/src/components/domain/download/DownloadClientFormModal.vue @@ -65,6 +65,7 @@ @@ -116,18 +117,22 @@ -
/transmission/rpc.
- Some seedbox providers use a custom path (e.g. /rpc).
+ {{
+ formData.type === 'deluge'
+ ? 'Optional reverse proxy prefix for Deluge Web. The JSON-RPC endpoint will be /json under this path.'
+ : 'RPC path for the Transmission endpoint. Default is /transmission/rpc. Some seedbox providers use a custom path (e.g. /rpc).'
+ }}
- No download clients configured. Add qBittorrent, Transmission, SABnzbd, or NZBGet to - download audiobooks. + No download clients configured. Add qBittorrent, Transmission, Deluge, SABnzbd, or NZBGet + to download audiobooks.