2023-09-29 21:01:11 +03:00
|
|
|
---
|
|
|
|
title: JDownloader
|
|
|
|
description: NextPVR Widget Configuration
|
|
|
|
---
|
|
|
|
|
2024-01-22 13:26:15 -05:00
|
|
|
[JDownloader](https://jdownloader.org/)
|
|
|
|
|
2023-09-29 21:01:11 +03:00
|
|
|
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:
|
2023-10-17 23:26:55 -07:00
|
|
|
type: jdownloader
|
|
|
|
username: JDownloader Username
|
|
|
|
password: JDownloader Password
|
|
|
|
client: Name of JDownloader Instance
|
2023-09-29 21:01:11 +03:00
|
|
|
```
|