I'm not sure what Winamp does. Someone could check this for us.
Contributor guide
Tech stack
javascriptreacthtmlcss
Domain
frontend
Issue type
bug
DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
3
Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
1-3 hours
Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
stale
ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
unclear
Prerequisites
Basic JavaScriptUnderstanding of time formatting
Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
40
Research direction
Investigate how Winamp handles tracks longer than 100 minutes. The issue references a Hacker News comment (https://news.ycombinator.com/item?id=16336275) that may contain clues. Look at the current Webamp source code for time display logic, likely in the audio player component. Check if there are any existing tests or comments about duration formatting. Determine expected behavior (e.g., display as hours:minutes:seconds or just overflow).