Files
homepage/docs/widgets/services/jdownloader.md
Adam 49ad01733c
Some checks are pending
Docs / Linting Checks (push) Waiting to run
Docs / Test Build (push) Blocked by required conditions
Docs / Build & Deploy (push) Blocked by required conditions
Documentation: fix jdownloader widget documentation (#5252)
2025-05-08 13:19:37 -07:00

19 lines
491 B
Markdown

---
title: JDownloader
description: JDownloader Widget Configuration
---
Learn more about [JDownloader](https://jdownloader.org/).
Basic widget to show number of items in download queue, along with the queue size and current download speed.
Allowed fields: `["downloadCount", "downloadTotalBytes","downloadBytesRemaining", "downloadSpeed"]`.
```yaml
widget:
type: jdownloader
username: JDownloader Username
password: JDownloader Password
client: Name of JDownloader Instance
```