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).