TUI now-playing header and mm:ss formatting
## Goal Replace the current right-hand status/help panel in the TUI with a compact now-playing header above the browse list. ## Scope - show a progress bar above the commands/footer area - show a Playing line with current track, artist/album context, and elapsed/total time in mm:ss style as in the reference - convert raw second values to minute/second formatting across the app, especially song durations in browse/overview outputs - keep the TUI keyboard-driven and minimal ## Notes - prefer a shared formatter/helper instead of inline conversions - feature should land on a dedicated branch and include tests
issue