▍ humdrum codex / soft

← issues

TASK-004 TUI music page: Apple Music now-playing + controls

To Do feature priority: medium

created 2026-06-11 02:48

Description

New page (key '6' or next available) in tui/dashboard.py dedicated to Apple Music. Calls existing 'am' shell functions via subprocess (same pattern as kk captured commands).

Panels:

Refresh: 5s interval for now-playing only (faster than the 30s global refresh). Controls dispatch immediately via subprocess without waiting for the refresh cycle.

Reference: KK_CAPTURED and KK_INPUT entries for 'am play', 'am pause', 'am next', 'am prev', 'am now', 'am vol', 'am search', 'am playlist' in tui/dashboard.py — reuse those subprocess patterns.