-
Notifications
You must be signed in to change notification settings - Fork 0
Notifications
Iain Smith edited this page Sep 2, 2026
·
1 revision
Two kinds of notification, both configured in Settings:
- Push targets — where notifications go (Gotify, ntfy, Discord, …).
- Activity notifications — an extra set of push-only events you opt into.
Source-health alerts and watchlist reminders always go by email (see Email); push runs alongside it, never instead of it.
Settings → Push notifications takes any number of Apprise URLs — one scheme reaches Gotify, ntfy, Discord, Telegram, Pushover and ~100 other services. Paste a URL, give it a label, Test it.
- The URL usually carries a token, so it is stored encrypted and only ever shown back redacted.
- Each target has its own Source alerts and Reminders switches — turn a target off for one without losing the other.
- Delivery is fail-open: a dead target is logged and skipped, never blocking the other targets or the email path.
- Targets are outbound-only and not subject to the [[outbound-fetch
guard|Configuration]] — a LAN address like
gotify://192.168.1.10/…is fine.
Settings → Activity notifications adds four push-only opt-ins that fire when someone on the account acts:
| Toggle | Fires when |
|---|---|
| A reminder is set | you add a specific airing to the watchlist |
| A title is added to the watchlist | you add a whole title |
| A channel is played | you press Play on a channel |
| A watchlist entry is removed | you remove either kind |
- Each is a separate account-wide switch, off by default.
- Unlike the per-target switches above, an enabled category ignores them and fans out to every enabled target.
- No email for these, ever. The push is queued, so it never adds latency to the click that triggered it.
- The channel is played push names whatever is on air at that moment (from the guide, clock-shift corrected) and includes its TMDB poster where the enrichment cache has one — as a real attachment on notifiers that support one (ntfy, Discord, Telegram, Pushover, …), and as an inline image on Gotify (which drops Apprise attachments but renders markdown). With no guide data it falls back to just the channel name.