From dfde8ea89d02f59f5408585702c0f2cf3f94eac1 Mon Sep 17 00:00:00 2001 From: Matt Bentley Date: Tue, 7 Feb 2023 02:38:37 -0500 Subject: Added Tdarr service (#573) * Added Tdarr service Signed-off-by: Matt Bentley * Added dummy-data for Tdarr; remove trailing / for API endpoint Signed-off-by: Matt Bentley --------- Signed-off-by: Matt Bentley --- docs/customservices.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) (limited to 'docs') 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 +``` -- cgit v1.2.3