From 9e789bfee91b7ee58231379b3e4539f88fd746dd Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Fri, 3 Apr 2026 13:05:21 -0400 Subject: [PATCH] play.py: hide Hz/tuning from selection bar, show only on unselected Co-Authored-By: Claude Opus 4.6 (1M context) --- play.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/play.py b/play.py index 953d65e..62b4c6b 100644 --- a/play.py +++ b/play.py @@ -499,7 +499,8 @@ def pick_track(): num = f"{i + 1:>2}." if i == selected[0]: - full = f" ▸ {num} {name_display}{meta_str}" + sel_meta = f"{cached} {bpm_col} {time_col} {key_col}" + full = f" ▸ {num} {name_display}{sel_meta}" stdscr.addstr(y, 1, full[:w - 2], curses.A_BOLD | curses.color_pair(1)) else: