Skip to content

docs: document Seerr requester in pre-deletion warnings and webhook mediaItems field#112

Merged
enoch85 merged 5 commits into
mainfrom
copilot/update-maintainerr-docs
Jul 18, 2026
Merged

docs: document Seerr requester in pre-deletion warnings and webhook mediaItems field#112
enoch85 merged 5 commits into
mainfrom
copilot/update-maintainerr-docs

Conversation

Copilot AI commented Jul 18, 2026

Copy link
Copy Markdown
Contributor

Docs drift update for the next Maintainerr release, covering the feat(notifications): name the Seerr requester in the pre-deletion warning change (#3270).

Changes

  • Notifications.md — notification types table: Updated "Media About to be Handled" row to note that Seerr requester info is included when Seerr is configured. Added a note block with full behavioral detail: season-aware lookup, best-effort, silently omitted if Seerr is unreachable or the item was not requested there.

  • Notifications.md — webhook variables section: Expanded the sparse {{extra}} entry into an extra-fields table documenting collectionName, dayAmount, and mediaItems. Added a mediaItems example showing the new requestedBy array:

    [
      { "mediaServerId": "abc123", "requestedBy": ["alice"] },
      { "mediaServerId": "def456" }
    ]
  • Configuration.md — Seerr section: Widened the description to include pre-deletion notification requesters alongside rule parameters and request removal.

Intentionally skipped

Commit Reason
a25bd68 fix: Media Handled title Bug fix; notification type description remains accurate
398a1c3 fix: Tautulli sw_lastWatched threshold Restores correct behavior; no config or UI changes
074ff57 fix: Jellyfin season cache TTL Internal cache fix; no observable surface for users to configure
a3914bd fix: Plex prefetch progress logging Log-only improvement

Copilot AI changed the title [WIP] Update documentation for Maintainerr release docs: document Seerr requester in pre-deletion warnings and webhook mediaItems field Jul 18, 2026
Copilot AI requested a review from enoch85 July 18, 2026 13:33
@enoch85
enoch85 marked this pull request as ready for review July 18, 2026 14:18
@enoch85

enoch85 commented Jul 18, 2026

Copy link
Copy Markdown
Collaborator

@copilot Please fix code formatting and quality checks

Copilot AI commented Jul 18, 2026

Copy link
Copy Markdown
Contributor Author

@copilot Please fix code formatting and quality checks

Fixed in the latest commit — ran prettier --write on the changed files and all pass prettier --check now.

@enoch85
enoch85 merged commit 7e942b2 into main Jul 18, 2026
3 checks passed
@enoch85
enoch85 deleted the copilot/update-maintainerr-docs branch July 18, 2026 15:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Docs drift - updates needed for the next Maintainerr release

2 participants