Files
kino-app/backend
Myron Blair 9af505b45c Add live progress status to bulk TMDB movie enrichment
Was a single synchronous request with no visibility into progress —
large libraries gave no indication whether it was working or just slow.
Now runs as a background job (matching the existing music-enrich pattern)
with GET /api/tmdb/enrich-all/status polled every 2s; Settings shows
"Enriching... N/total" while running and a summary once done.
2026-07-26 22:01:12 -05:00
..