Feat: add new media health report - #868
Merged
Merged
Conversation
doonga
pushed a commit
to greyrock-labs/home-ops
that referenced
this pull request
Jul 21, 2026
… v1.10.0) (#119) This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/arabcoders/watchstate](https://github.com/arabcoders/watchstate) | minor | `v1.9.2` → `v1.10.0` | --- ### Release Notes <details> <summary>arabcoders/watchstate (ghcr.io/arabcoders/watchstate)</summary> ### [`v1.10.0`](https://github.com/arabcoders/watchstate/releases/tag/v1.10.0) [Compare Source](arabcoders/watchstate@v1.9.2...v1.10.0) ##### What's Changed - Refactor progress handling, session management, and logging by [@​arabcoders](https://github.com/arabcoders) in [#​863](arabcoders/watchstate#863) - Fix: possible fix for push export ignoring some records. by [@​arabcoders](https://github.com/arabcoders) in [#​865](arabcoders/watchstate#865) - Update external packages and refactor media browser handling by [@​arabcoders](https://github.com/arabcoders) in [#​867](arabcoders/watchstate#867) - Feat: add new media health report by [@​arabcoders](https://github.com/arabcoders) in [#​868](arabcoders/watchstate#868) **Full Changelog**: <arabcoders/watchstate@v1.9.2...v1.10.0> *** ##### Commits since v1.9.2 - [`babffcf`](arabcoders/watchstate@babffcf) refactor: improve progress handling and session management across Emby and Jellyfin actions - [`fd63181`](arabcoders/watchstate@fd63181) refactor: reduce log level from error to warning for some log entries - [`cb5032d`](arabcoders/watchstate@cb5032d) fix: when options are empty the backend edit doesnt preserve the options. Fixes [#​862](arabcoders/watchstate#862) - [`bf75493`](arabcoders/watchstate@bf75493) revert: change to plex progress sync endpoint - [`db4b499`](arabcoders/watchstate@db4b499) Fix: possible fix for push export ignoring some records. - [`7721400`](arabcoders/watchstate@7721400) fix: revert changes to use updated\_at in export cmp - [`9974268`](arabcoders/watchstate@9974268) docs: add faq entry about stale\_database\_date - [`efc8dfc`](arabcoders/watchstate@efc8dfc) refactor: fix footer spacing in some pages - [`2dc47d7`](arabcoders/watchstate@2dc47d7) chore: update external packages - [`3275c21`](arabcoders/watchstate@3275c21) ci: update php build matrix - [`50cc9ec`](arabcoders/watchstate@50cc9ec) chore: update external packages - [`b9352ac`](arabcoders/watchstate@b9352ac) refactor: ignore Folder type for media browsers. Fix [#​866](arabcoders/watchstate#866) - [`862fa3e`](arabcoders/watchstate@862fa3e) feat: add model attr casting - [`8bf0738`](arabcoders/watchstate@8bf0738) fix: plex mutli episode parser - [`59ad7c5`](arabcoders/watchstate@59ad7c5) refactor: remove the partial report views - [`151da23`](arabcoders/watchstate@151da23) Feat: add new media health report </details> --- ### Configuration 📅 **Schedule**: (in timezone America/New_York) - Branch creation - At any time (no schedule defined) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yNzIuMSIsInVwZGF0ZWRJblZlciI6IjQzLjI3Mi4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19--> Reviewed-on: https://git.greyrock.io/greyrock-labs/home-ops/pulls/119
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.
This pull request introduces the new "Media Health" feature, which consolidates and replaces the previous parity, duplicate, and file-integrity checks with a unified audit/reporting system. It updates documentation, configuration, and frontend components to support this major change and removes the old integrity/parity/duplicate references. The most important changes are:
Media Health Feature Introduction:
/v1/api/state/media-healthfor generating, viewing, and exporting media health reports, and documents their usage and responses inAPI.md[1] [2].README.mdandNEWS.mdto announce Media Health as the new central place for media record audits, replacing parity, duplicate, and file-integrity views, and guides users to the new documentation [1] [2] [3].Removal of Legacy Features:
Configuration and Environment Updates:
media_health.keep,media_health.check_files, etc.) inconfig.phpandenv.spec.php, and sets up scheduled tasks for periodic media health audits [1] [2] [3] [4] [5] [6].These changes transition the project to a more robust, unified approach for media health auditing and reporting.