Reading the recording…
ChoonCatalogRecording
demoThis build is a demo. The catalog and detections are a fixed sample.Scopereading…Sound is used for one thing: a short tone when a long scan finishes while this tab is in the background. The A/B listening check plays audio either way, because there the sound is the evidence.Reading the recording…
What is indexed for this recording, where has it turned up, and what payload was issued for it?
Sample data — This recording, its reference and its manifest state are the fixture form of GET /api/catalog/{id}; the detections come from the monitor fixture, joined on recording_id. Source: src/lib/fixtures/catalog.ts. Nothing below was measured from your catalog.
Nothing of this recording is in the index, so no scan can match it.
QC ran and reported failed_not_retrievable — indexed 0 hashes — the reference was queried back and did not return itself. This is not a null and not a failure to look: the index genuinely holds no entry, which is why every scan comes back clean and why that clean result means nothing. Re-index the reference to fix it.
| Track | Audio | QC | Hashes |
|---|---|---|---|
| 551 | gs://audiofp-audio/references/rec_00551.wav | failed_not_retrievable indexed 0 hashes — the reference was queried back and did not return itself | 0 |
The endpoint returns one reference per recording — the audio it was ingested from. Per-variant references (a radio edit, an instrumental) are not modelled in monitor_recordings, so a second cut of the same recording is a second row in the catalog rather than a second reference here.
no use of this recording has been detected
Monitored, and nothing of it is in the index — no scan can match this recording however long it runs. Re-index the reference to fix it.
Nothing to look up by
The manifest store is keyed by ISRC and this recording has none, so no lookup was made. Not a finding that it is unwatermarked — no question was asked.
The lookup has four outcomes and this page renders four. An unreachable manifest store and an empty one are different answers, and only one of them means the recording is not watermarked — catalog_router.py:154.