Skip to content

[Feature Request] AirDC++ #4220

Closed Locked Answered by algonrey
efex85 asked this question in Feature Requests
Oct 30, 2024 · 3 comments · 1 reply
Discussion options

You must be logged in to vote

Hello @efex85, you can archive this with customapi widget, just with the following for example:

In this case, i'm getting the number of downloads and uploads plus the speed of the transfers in Mb/s

- DC:
    href: custom.api.host
    icon: https://airdcpp.net/assets/AirDCPlusPlus.png
    widget:
        type: customapi
        url: https://custom.api.host/api/v1/transfers/stats
        refreshInterval: 10000
        username: XXX
        password: XXX
        method: GET
        mappings:
            - field: downloads
              label: Downloading
            - field: speed_down
              label: Speed Down
              format: float
              scale: 0.000001
              suf…

Replies: 3 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@efex85
Comment options

Answer selected by efex85
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
2 participants