Metadata auto-enrichment pipeline: enrich on ingest #4

Open
opened 2026-05-04 22:38:05 +10:00 by unkinben · 0 comments
Owner

After a file is ingested, the ingest service should publish a NATS event that triggers the metadata service to look up TMDb/OMDb metadata and write it back to the catalogue (title, overview, poster, tmdb_id, etc). Design: new NATS subject 'media.ingested', metadata worker subscribes, looks up by filename/title heuristic, patches catalogue via internal PUT. Needs the TMDb and OMDb providers to be wired up first (issues #1 and #2).

After a file is ingested, the ingest service should publish a NATS event that triggers the metadata service to look up TMDb/OMDb metadata and write it back to the catalogue (title, overview, poster, tmdb_id, etc). Design: new NATS subject 'media.ingested', metadata worker subscribes, looks up by filename/title heuristic, patches catalogue via internal PUT. Needs the TMDb and OMDb providers to be wired up first (issues #1 and #2).
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: unkin/streamstack#4