One app for the whole home media stack: pick a playback device, browse the library, search and download, and watch — on the laptop or the living-room TV.
Land on what matters: Continue Watching, Recently Added, and per-category rails built from a locally cached library index. The scanner keeps it fresh in the background.

The full collection, grouped by configurable folder types. Filter chips and live search narrow 300+ shows to the one you want in a keystroke.

Every show gets a season-by-season episode list. Play one episode, or queue the whole run on whichever device is active — the queue follows the show order.

The control plane is native Swift: VLC over HTTP on the laptop, mpv over SSH on the TV box, QuickTime via AppleScript. Switch targets with one click in the toolbar.

One search box covers the library you have and the torrents you don't. Results show seeders, size, and source — already in your library is flagged first.

Live Transmission view of everything moving on the storage box: throughput, per-torrent progress, ETA, and a "needs attention" triage for stuck or erroring transfers.

The device registry lives in devices.json and is editable in-app. Each entry shows connectivity, roles, and host load — LAN first, WireGuard fallback.

Filterable structured logs for every subsystem, and settings that cover library types, media-key forwarding, download notifications, an offline episode cache, and an importable download VPN.

Hybrid architecture: a native Swift control plane with zero new runtime dependencies, delegating data-heavy work to vendored helper subsystems.
SwiftVLC's Lua HTTP interface for local playback; mpv JSON-IPC tunneled over SSH for the TV attached to the storage box; AppleScript for QuickTime. All first-party frameworks.
helpersLibrary scanning, metadata enrichment, torrent search, and recommendations run as subprocesses from vendored helper projects — reused, not rewritten.
meshDevices resolve over the LAN with a WireGuard overlay fallback, so the same app drives the living-room TV from home or from the road.