From 98d2d7085d39bc7bb6753fd9403286077cfe0179 Mon Sep 17 00:00:00 2001 From: jonathan Date: Fri, 12 Jun 2026 08:35:31 +0200 Subject: [PATCH] feat: auto-advance radio, J/K decoupled from highlights, U/I ranked stepping - J/K and Prev/Next now always step the clip queue in time order; the old "Highlights only" checkbox could silently change what J/K did. - Auto-advance is a three-way radio: don't auto-advance / auto-advance (next in time) / auto-advance highlights only (next by loudness). It only affects what plays when a clip ends. - The "Top" highlight-count input is gone. U/I (and highlights-only auto-advance) walk the full loudest-first ranking from scoreOrder() with no top-N cutoff - review simply stops when the user stops. - In-player U/I (full-file playback) step the same ranking, anchored on the section under the playhead. Co-Authored-By: Claude Fable 5 --- CLAUDE.md | 2 +- README.md | 6 +-- webui.html | 115 ++++++++++++++++++++++++++++++----------------------- 3 files changed, 70 insertions(+), 53 deletions(-) diff --git a/CLAUDE.md b/CLAUDE.md index d3a1383..0840ae1 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -40,7 +40,7 @@ Dependencies: `requests` (streams), `numpy` + `soundfile` (FLAC output and FLAC `webui.html` (one `