From f52eb62215e339641cacac7766810fe3496ff33b Mon Sep 17 00:00:00 2001 From: jonathan Date: Thu, 11 Jun 2026 14:38:56 +0200 Subject: [PATCH] feat: U/I keys and "Highlights only" mode to review top-scored sections J/K still steps through every queued section in time order; U/I steps through only the highlights, defined as the top-N sections by score (new "Top" input in the clip bar, default 50, matching the day chips). A "Highlights only" checkbox makes J/K, Prev/Next, and Auto-advance skip non-highlights too, so a day with thousands of detections plays as a short reel of just the loudest events. Both key pairs also work during full-file playback, and modified keypresses (Ctrl+K, Ctrl+U) are no longer hijacked from the browser. Co-Authored-By: Claude Fable 5 --- CLAUDE.md | 2 +- README.md | 4 +- webui.html | 110 ++++++++++++++++++++++++++++++++--------------------- 3 files changed, 69 insertions(+), 47 deletions(-) diff --git a/CLAUDE.md b/CLAUDE.md index fd365e0..a022858 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -40,7 +40,7 @@ Dependencies: `requests` (streams), `numpy` + `soundfile` (FLAC output and FLAC `webui.html` (one `