You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,14 +25,14 @@ You can also point Tautulli webhooks at Episode Guard so it reacts the moment yo
25
25
| Event | What it means |
26
26
|---|---|
27
27
|**Webhook**| Tautulli sent a play event — Episode Guard woke up immediately |
28
-
|**Confirmed**|Current episode is playing — on disk by definition, no check needed|
29
-
|**Grabbed**|Triggered a search in Sonarr for a missing episode |
30
-
|**On Disk**| Upcoming episode(s) already on disk, no action needed|
31
-
|**Monitored**| Upcoming episode wasn't monitored — fixed it so Sonarr grabs it when it airs |
32
-
|**Season Monitored**| Near season end — next season marked monitored so Sonarr picks it up on release |
28
+
|**Confirmed**|Currently playing — on disk by definition |
29
+
|**Grabbed**|Search triggered in Sonarr for a missing episode |
30
+
|**On Disk**| Upcoming episode already on disk, or not aired yet — one row per episode|
31
+
|**Monitored**| Upcoming episode wasn't monitored — fixed so Sonarr grabs it when it airs |
32
+
|**Season Monitored**| Near season end — next season marked monitored |
33
33
|**Error**| Something went wrong — check the details column |
34
34
35
-
The details column shows the trigger (`via webhook` or `via poll`), reason, and episode count where relevant. Episodes marked `not yet aired` are left alone until their air date.
35
+
Each upcoming episode gets its own row so you can see exactly what was checked and why. The details column shows a plain-English summary — for unaired episodes it includes the expected air date.
0 commit comments