-
-
Notifications
You must be signed in to change notification settings - Fork 786
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sabnzbd Stats Support #494
Comments
No, if you want crap like that get Heimdall. We don't need to add bloat to this. |
It would be nice to be able to see these stats as well. SABnzbd does have API documentation that may prove useful if it's to be implemented.
qBittorrent has this kind of integration. It would be logical to have the same kind of functionality for another popular download client as well. |
Signed-off-by: Matt Bentley <[email protected]>
Signed-off-by: Matt Bentley <[email protected]>
I just added a PR for SABnzbd support to show the number of slots occupied (number of downloads). |
I'd add more metrics but I figured that I could start with some the basics as just a simple download queue number was easy enough. More data could be scraped, probably without too much trouble but I am not great as CSS formatting so that might be a bit harder for me. |
Nice job, thank you for the quick fix! Download queue is a very good start. @bastienwirtz can you please merge the PR? |
I also just added another change to add an optional interval to update the value after looking at the qTorrent custom service. I might be able to re-use some code from the qTorrent example to get the download speed from SABnzbd but I might not be able to get to that until next week. I also might try to add update intervals for a few other custom services as well as it was really straight forward. |
@bastienwirtz when do you plan to release the new version, including the merged changes? |
@mbentley thank you for the beautiful work. I installed the v22.11.2 and everything works as expected. Do you have any planned improvements? |
I had been messing around with a few things locally, such as getting the download speed but I was struggling with where exactly to put it. The nice thing is that you get quite a bit of useful information from the same API call. My question would be what information, outside of download speed, may be useful, if anything. |
You plan to add it under the name, I presume, like qBittorrent? I think is enough, it will be uniform with other tools. I like that you have the number of downloads into upper right corner, like the rest of tools. |
Yeah, that would be the most likely location. I hadn't taken the time to look at what anything else was doing outside of qBittorrent though. |
If you just copy the qBittorrent style, it would be easy to implement, I think. Anything else might be overkill, number of downloads and speed is perfect. |
I was really hoping Homer would offer these types of "at a glance" details such as download speed, how much is in queue, etc, so it could be a viable alternative to Heimdall. |
I was playing with this a bit this morning and I am not sure about implementing it the same way as qBittorrent. At least for me, I have text under each service. I am not sure if @bastienwirtz would be OK with an implementation like this but it's fairly basic to be able to put the speed in another corner like this: I was also thinking of adding a config option to disable the speed:
|
I created #661 for at least getting feedback. |
Thank you for the great and simple product, do you plan adding support for Sabnzbd Stats?
The text was updated successfully, but these errors were encountered: