ded6cb197c8e6e1fcad8b77b585750d718d94db9
PR Gates / CI image pin matches docker/ci (pull_request) Successful in 7s
Build ErsatzTV Image / Delimiter ban (release path) (pull_request) Successful in 18s
PR Gates / Docs update reminder (pull_request) Successful in 20s
PR Gates / Fix proofs (Proves trailers) (pull_request) Successful in 21s
PR Gates / decisions lifecycle (pull_request) Successful in 16s
Review verdict / Set review-verdict status (pull_request_target) Successful in 33s
PR Gates / Script lint and tests (ruff + pytest) (pull_request) Successful in 5m37s
Build ErsatzTV Image / Build & test (.NET) (pull_request) Successful in 8m38s
Build ErsatzTV Image / EF migration integrity (SQLite + MySql) (pull_request) Successful in 5m56s
Build ErsatzTV Image / Build & push image (amd64) (pull_request) Skipped
Build ErsatzTV Image / Functional E2E (curl + UI contracts) (pull_request) Successful in 6m2s
Build ErsatzTV Image / API docs in sync (OpenAPI + endpoint index) (pull_request) Successful in 9s
Build ErsatzTV Image / Formatting (changed .cs conform to .editorconfig) (pull_request) Successful in 6s
review-verdict/h10 Review-verdict: MERGEABLE @ ded6cb1 (base: main)
The whole-repo sweep in cold review — looking past the file list #806 names, the same method that found `test_pr_changed_files.py` inside this PR — turned up one more instance of the shape: `web/src/api/pageSizeCallSites.guard.test.ts` derives its population from `import.meta.glob('/src/**/*.{ts,tsx,mts,cts}')` and then asserts exact completeness against `REGISTRY`. An untracked `.ts` under `web/src/` containing a page-size call enters the population and fails as unregistered on that checkout while CI never sees it. NOT FIXED HERE, and the reason is a documented obstacle rather than scope fatigue. The glob is a deliberate workaround: `@types/node` is kept out of `tsconfig.app.json` because that project covers production browser code, and a file-local `/// <reference types="node" />` was tried and REVERTED — under `tsc -b` it leaked Node's ambient `setTimeout` into the whole app project and broke three unrelated `window.setTimeout` mocks. Filtering the glob against `git ls-files` therefore needs `node:child_process` in a project that excludes Node types, which is the wall the previous attempt hit. #819 carries the evidence and two fix shapes that sidestep it (a Vite `define` or a vitest `globalSetup`, both of which run where Node IS available). The direction is the safe one — it over-enumerates, so it fails loudly rather than going blind — which is why it is a follow-up rather than a blocker. Recorded in the audit table as DEFERRED rather than left silent, which is what #806 asks for every population it assesses: "completeness claim over tracked files, or not — recorded either way". A guard nobody wrote down is indistinguishable from one nobody looked at. refs #806 refs #819 Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
fix(754,757): declare graphicsElementIds + padToNearestMinute, and pin every MCP tool to its OpenAPI contract (#760)
fix(754,757): declare graphicsElementIds + padToNearestMinute, and pin every MCP tool to its OpenAPI contract (#760)
feat(779): test the deny path at the production config value, and derive full-replace field lists (#808)
ErsatzTV
ErsatzTV lets you transform your media library into a personalized, live TV experience - complete with EPG, channel scheduling, and seamless streaming to all your devices. Rediscover your content, your way.
How It Works
- Install ErsatzTV: Download and set up the server on your system.
- Add Your Media: Connect your media libraries and collections.
- Create Channels: Design and schedule your own live channels.
- Stream Anywhere: Watch on any device with IPTV and EPG support.
Key Features
- Custom channels: Create and schedule your own live TV channels.
- IPTV & EPG: Stream with IPTV and Electronic Program Guide support.
- Hardware Transcoding: High-performance streaming with hardware acceleration (NVENC, QSV, VAAPI, AMF, VideoToolbox)
- Media Server Integration: Connect Plex, Jellyfin, Emby and more.
- Music & Subtitles: Mix music videos and enjoy subtitle support.
- Open Source: Free, open, and community-driven project.
Documentation
Documentation is available at ersatztv.org.
License
This project is inspired by pseudotv-plex and the dizquetv fork and is released under the zlib license.
