X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=docs%2Fcustomservices.md;h=b28f39919582dd60231233ed887b9d2b3a276c8f;hb=dfde8ea89d02f59f5408585702c0f2cf3f94eac1;hp=82114c2f0eb8f8903447400dd8c04e8f8825625c;hpb=1c7451bc81b847cf26cdb60c87b9c6cfffb12a6a;p=github%2Fbastienwirtz%2Fhomer.git diff --git a/docs/customservices.md b/docs/customservices.md index 82114c2..b28f399 100644 --- a/docs/customservices.md +++ b/docs/customservices.md @@ -32,6 +32,7 @@ within Homer: - [What's Up Docker](#whats-up-docker) - [SABnzbd](#sabnzbd) - [OctoPrint](#sabnzbd) + - [Tdarr](#tdarr) If you experiencing any issue, please have a look to the [troubleshooting](troubleshooting.md) page. @@ -390,4 +391,17 @@ The OctoPrint service only needs an `apikey` & `url` and optionally a `display` url: "http://192.168.0.151:8080" display: "text" # 'text' or 'bar'. Default to `text`. type: "OctoPrint" -``` \ No newline at end of file +``` + +## Tdarr + +The Tdarr service can allow you to show the number of currently queued items +for transcoding on your Tdarr instance as well as the number of errored items. + +```yaml +- name: "Tdarr" + logo: "assets/tools/sample.png" + url: "http://192.168.0.151:8265" + type: "Tdarr" + checkInterval: 5000 # (Optional) Interval (in ms) for updating the queue & error counts +```