We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
docs: rewrite wiki for readability — validated against source, restructured nav, instructional voice
docs: heartbeat helper, progress reporting, migration system UI-Guide: - /logs: describe the Hide Heartbeat toggle behaviour (now backed by the [hb] marker, not a frontend regex), per-line search semantics, per-character match highlighting, and the debug pill's accent colour distinguishing on/off. Modules: - unmatched_assets: clarify that Sonarr seasons use episodeFileCount (files on disk) for the has_content gate, not episodeCount (aired episodes); the per-season monitored flag now propagates correctly so ignore_unmonitored honours per-season decisions; Discord copy- to-clipboard links directly at the season page when exactly one season is missing. Developer-Guide / Writing a new module: - _report_progress() helper — when to wire it, how to allocate the 0..100 range across phases, link to poster_renamerr as reference. - logger.heartbeat() — what to use it for, how it interacts with the Hide Heartbeat toggle. - _apply_once() one-shot data migrations — naming convention, the schema_migrations gating table, atomic commit guarantee.
Fix factual errors + add Google SA setup guide - Nestarr: rewrite description — it's a detection/reporting module that scans for ARR↔Plex mismatches and nested paths, it does NOT move items. Config uses library_mappings, not mappings. - Kometa mount: drop :ro from the Installation examples. Read/write is required when poster_renamerr runs with action_type: move. - Developer Guide: correct the AuthMiddleware exempt prefix list (includes /api/version and static asset paths; webhooks aren't in the list — they use verify_webhook_secret instead). - Configuration → sync_gdrive: add full Google service account setup steps (Cloud Console → IAM & Admin → Service Accounts → key JSON) so users have an end-to-end path from zero to a working sync.
Split wiki into User Guide and Developer Guide - Rename API.md to Developer-API.md - Add Developer-Guide.md with repo layout, local dev, writing a new module, security internals, and contributing checklist - Add _Sidebar.md splitting nav into User Guide and Developer Guide - Trim engineering detail from end-user pages (Home, Configuration, UI-Guide, FAQ, Troubleshooting, Webhooks) — replace jargon with plain language and redirect users to UI flows where possible