Show theme feature, Irish music genre, strip silence overhaul

- Add show theme UI in header bar + backend API (inject into caller prompts)
- Add Irish genre category for music dropdown
- Strip silence: RMS-based speaker detection (fixes Devon not being identified)
- Strip silence: Devon-specific 3s threshold for interjections
- Strip silence: sparse track item handling in shift logic
- Strip silence: music lead-in preservation after silence removal
- Strip silence: no max gap limit (IDENT/AD regions protect breaks)
- Add analyze_gaps.py tool for per-show threshold analysis

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-03-18 03:30:15 -06:00
parent d33a022676
commit 5d8ab57e20
3 changed files with 366 additions and 12 deletions
+3
View File
@@ -8507,6 +8507,9 @@ GENRE_KEYWORDS = {
"valentine": "Ballad",
"romantic": "Ballad",
"ballad": "Ballad",
"irish": "Irish",
"ireland": "Irish",
"patricks": "Irish",
}