You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a terminal UI (TUI) for StreamDL that shows real-time download progress, active streams, and VOD queue status.
Context
Currently all output is via log lines — no structured progress visibility. The VOD feature (#551) is adding FFmpeg progress parsing that will provide the data source (speed, percentage, ETA) for a TUI to consume.
Scope options (TBD)
Minimal: Live table of active downloads with progress bars (bubbletea/lipgloss)
Medium: Multi-pane with downloads, VOD queue, and log panels
Overview
Add a terminal UI (TUI) for StreamDL that shows real-time download progress, active streams, and VOD queue status.
Context
Currently all output is via log lines — no structured progress visibility. The VOD feature (#551) is adding FFmpeg progress parsing that will provide the data source (speed, percentage, ETA) for a TUI to consume.
Scope options (TBD)
Dependencies
Tech candidates