From d601ccf45853fc0a0c24145b7d473d927f9071de Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sat, 4 Jul 2026 13:02:58 +0000 Subject: [PATCH 1/2] Initial plan From aa45622b8eb29a24814a258db78f60db35401db2 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sat, 4 Jul 2026 13:07:27 +0000 Subject: [PATCH 2/2] docs: add missing rule glossary entries --- docs/Glossary.md | 68 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 68 insertions(+) diff --git a/docs/Glossary.md b/docs/Glossary.md index 681aa1021..637fe1d70 100644 --- a/docs/Glossary.md +++ b/docs/Glossary.md @@ -1129,6 +1129,28 @@ Indicates whether the Radarr item is monitored. - Availability: movies - Type: boolean +#### Movie title + +:::info +The title of the Radarr movie. Matching is case-insensitive. + +::: + +- Key: Radarr.movieTitle +- Availability: movies +- Type: text + +#### Movie ID + +:::info +The unique Radarr ID of the movie. This is a rename-proof handle for scoping. + +::: + +- Key: Radarr.movieId +- Availability: movies +- Type: number + #### In cinemas date :::info @@ -1646,6 +1668,52 @@ The series type as configured in Sonarr (e.g. "standard", "anime", "daily"). - Availability: shows, seasons, episodes - Type: text +#### Episode position by air date (1 = latest) + +:::info +Rank of an episode within its show by air date, newest = 1. Only episodes currently on disk in Sonarr (`hasFile === true`) are +ranked. + +::: + +- Key: Sonarr.episodeFileRank +- Availability: episodes +- Type: number + +#### Series title + +:::info +The Sonarr series title. Matching is case-insensitive. + +::: + +- Key: Sonarr.seriesTitle +- Availability: shows, seasons, episodes +- Type: text + +#### Series ID + +:::info +The Sonarr series ID, a stable scope handle for destructive rules. + +::: + +- Key: Sonarr.seriesId +- Availability: shows, seasons, episodes +- Type: number + +#### Season position by air date (1 = latest) + +:::info +Rank of a season within its show by the air date of its newest downloaded episode, newest = 1. Seasons without downloaded episodes +and specials do not receive a rank. + +::: + +- Key: Sonarr.seasonFileRank +- Availability: seasons +- Type: number + #### Remaining disk space (GB) :::info