You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
---
|
|
|
|
title: JDownloader
|
|
|
|
description: NextPVR 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
|
|
|
|
```
|