Tdarr icon indicating copy to clipboard operation
Tdarr copied to clipboard

Use Gotify for Notifications of Errors or Finished Queues

Open MNTLe-DMGD opened this issue 5 years ago • 3 comments

Is your feature request related to a problem? Please describe. Monitoring the queues and looking for errors is time consuming, as is scanning through logs etc. It would be nice to be notified of an issue, rather than have to fire up my PC go looking for them manually.

Describe the solution you'd like The feature I would like to see, is when there is and error (like a failed encode), or the transcode queue completes, a notification sent via Gotify (https://gotify.net/)

It's an excellent self hosted server that doesn't require a lot of configuration and the payload is fairly simple via the REST-API (see here: https://gotify.net/api-docs#/message/createMessage)

This could of course extend to Slack; PushBullet; Discord; Telegram, and other potential services. Using Webhooks may be the best way to achieve this.

Describe alternatives you've considered Currently, there are no real alternatives without hard coding it into a plugin, which would make it difficult for new users, unless it were "configurable" which is beyond my skill level.

If it were in a configurable plugin, it may be preferable, as it can then be added to a stack, but would not be system wide.

MNTLe-DMGD avatar Feb 25 '20 12:02 MNTLe-DMGD

I think possibly https://github.com/caronc/apprise

Might be better suited, it supports multiple notification services. Rather then implement just Gotify.

Migz93 avatar Feb 25 '20 12:02 Migz93

caronc/apprise

If anything, use a library for JS.

Roxedus avatar Feb 25 '20 12:02 Roxedus

Might I suggest using apprise?

It's the same notification system that bazarr use.

It supports alot of notification systems, including gotify, and matrix (which I was looking for).

davralin avatar Aug 29 '20 09:08 davralin

Apprise added to Docker image in 2.18.01 just released, with "Apprise" flow plugin added too.

HaveAGitGat avatar May 14 '24 07:05 HaveAGitGat