docs: cover the overlay deletion gate and the richer webhook media items - #153
Merged
Conversation
Overlays only draw on a collection whose action actually deletes files, so the processing conditions gain that requirement and the note that switching a collection to an action that keeps its files reverts what it drew. The inheritance section loses the Specials carve-out: a season 0 left outside the collection keeps its episode files, so its show survives the date and must not carry a countdown. The webhook's mediaItems entries now carry the item's type, title and provider ids alongside mediaServerId, on the two notification types that snapshot metadata before handling. Document the shape, where the fields come from, and that the ids are the item's own rather than its show's. Calendar's scheduled-items dialog names a season under its show, so say how a season and an episode row read.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #152.
What was added
docs/Overlays.mddocs/Overlays.mdSpecialsincluded - the previous "a leftover Specials season does not stop this" is no longer truedocs/Notifications.mdmediaItemsentries carrytype,titleandproviderIds, on the two notification types that snapshot metadata; ids are the item's own, not its show'sdocs/Calendar.mdAlready covered by prior PRs
lastPlayedAtfor Plex, Jellyfin/Emby, Tautulli, Tracearr, Streamystats (#3505, #3508)Skipped as not doc-worthy: #3514 (reverted by #3515), #3483 (Test Media performance and button state), and the
overlayModeForTypecontracts helper, which changes no DTO and needs no API or OpenAPI edit.npm run formatandnpm run buildboth clean, no broken links.