siftlode/backend/app/sync
npeter83 b394540701 fix(sync): re-enrich live videos so ended streams gain duration
enrich_pending only touches enriched_at IS NULL, so a video first seen
while live was stamped live + duration-null and never revisited — staying
'live' with no duration forever after the broadcast ended. Add refresh_live
(run after each enrich pass) that re-fetches anything still live/upcoming,
plus just-ended was_live videos that haven't got their duration yet, until
they settle. Cheap: videos.list is 1 unit per 50 ids.
2026-06-16 10:06:58 +02:00
..
__init__.py feat: M2 (part 1) — subscription import, YouTube client, quota guard 2026-06-11 01:22:07 +02:00
autotag.py chore: structured timestamped logging across the backend 2026-06-11 04:26:18 +02:00
playlists.py fix(playlists): dirty lagged one edit (flush before fingerprinting) 2026-06-16 00:11:58 +02:00
runner.py fix(sync): re-enrich live videos so ended streams gain duration 2026-06-16 10:06:58 +02:00
subscriptions.py chore: structured timestamped logging across the backend 2026-06-11 04:26:18 +02:00
videos.py fix(sync): re-enrich live videos so ended streams gain duration 2026-06-16 10:06:58 +02:00