Skip to content

Commit

Permalink
Added support for the new Homey App Store
Browse files Browse the repository at this point in the history
  • Loading branch information
edwinvdpol committed Nov 12, 2019
1 parent 4ebe0c6 commit 19645d2
Show file tree
Hide file tree
Showing 5 changed files with 67 additions and 42 deletions.
6 changes: 6 additions & 0 deletions .homeychangelog.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"1.0.1": {
"en": "Added support for the new Homey App Store",
"nl": "Ondersteuning voor nieuwe Homey App Store"
}
}
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## 1.0.0 / 2019-06-24
## 1.0.1 / 2019-11-12
- Added support for the new Homey App Store

- Initial working version.
## 1.0.0 / 2019-06-24
- Initial working version.
16 changes: 2 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,7 @@ Homey will automatically fetch the statistics from the NZB server.
The update interval can be changed in the *device settings*.


If you like this app, consider a donation to support development:

[![Paypal donate][pp-donate-image]][pp-donate-link]


## Statistics
## Supported statistics
- Article cache (MB)
- Average download speed (MB/s)
- Download speed (MB/s)
Expand All @@ -28,8 +23,8 @@ If you like this app, consider a donation to support development:
## Supported actions
- Pause and resume download via toggle component

### Flowcards

## Flowcards
- Pause download queue
- Resume download queue
- Reload the server
Expand All @@ -53,10 +48,3 @@ If you have any questions or feedback, please contact me on [Slack](https://atho
Please report issues and feature requests at the [issues section](https://github.com/edwinvdpol/net.nzbget/issues) on GitHub.

This app is tested with NZBGet v21.0, but should work with v15.0 and newer.


## Changelog
[Check it out here!](https://github.com/edwinvdpol/net.nzbget/blob/master/CHANGELOG.md)

[pp-donate-link]: https://www.paypal.me/edwinvdpol
[pp-donate-image]: https://www.paypalobjects.com/en_US/i/btn/btn_donate_SM.gif
46 changes: 46 additions & 0 deletions README.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
Monitor and control your NZBGet servers.

Homey will automatically fetch the statistics from the NZB server.

The update interval can be changed in the device settings.

Supported statistics:

- Article cache (MB)
- Average download speed (MB/s)
- Download speed (MB/s)
- Download speed limit (MB/s)
- Number of remaining files in queue
- Total downloaded (GB)
- Total download time
- Free disk space (GB)
- Remaining download (MB)
- Server uptime

Supported actions:

- Pause and resume download via toggle component

Flowcards:

- Pause download queue
- Resume download queue
- Reload the server
- Scan incoming directory for nzb-files
- Set download speed limit
- Shutdown the server

Supported settings:

- Update interval (seconds)

Supported languages:

- English
- Dutch (Nederlands)

If you have any questions or feedback, please contact me on Slack.

Please report issues and feature requests at the issues section on GitHub.

This app is tested with NZBGet v21.0, but should work with v15.0 and newer.
35 changes: 9 additions & 26 deletions app.json
Original file line number Diff line number Diff line change
@@ -1,38 +1,21 @@
{
"id": "net.nzbget",
"version": "1.0.0",
"version": "1.0.1",
"compatibility": ">=2.0.0",
"sdk": 2,
"brandColor": "#3e8c25",
"name": {
"en": "NZBGet"
"en": "NZBGet",
"nl": "NZBGet"
},
"description": {
"en": "Monitor and control your NZBGet servers.",
"nl": "Monitor en beheer uw NZBGet servers."
"en": "NZBGet for Homey",
"nl": "NZBGet voor Homey"
},
"category": [
"internet"
],
"category": [ "internet" ],
"tags": {
"en": [
"nzbget",
"usenet",
"downloader",
"download",
"nzb",
"tool",
"files"
],
"nl": [
"nzbget",
"usenet",
"downloader",
"download",
"nzb",
"tool",
"bestanden"
]
"en": [ "nzbget", "usenet", "downloader", "download", "nzb", "tool", "files" ],
"nl": [ "nzbget", "usenet", "downloader", "download", "nzb", "tool", "bestanden" ]
},
"permissions": [],
"images": {
Expand Down Expand Up @@ -364,4 +347,4 @@
"setable": false
}
}
}
}

0 comments on commit 19645d2

Please sign in to comment.