Skip to content

Commit

Permalink
Added Tdarr service (#573)
Browse files Browse the repository at this point in the history
* Added Tdarr service

Signed-off-by: Matt Bentley <[email protected]>

* Added dummy-data for Tdarr; remove trailing / for API endpoint

Signed-off-by: Matt Bentley <[email protected]>

---------

Signed-off-by: Matt Bentley <[email protected]>
  • Loading branch information
mbentley authored Feb 7, 2023
1 parent 1c7451b commit dfde8ea
Show file tree
Hide file tree
Showing 3 changed files with 610 additions and 1 deletion.
16 changes: 15 additions & 1 deletion docs/customservices.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down Expand Up @@ -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"
```
```
## 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
```
Loading

0 comments on commit dfde8ea

Please sign in to comment.