Bugzilla – Bug 118
Songs longer than 99minutes corrupt the VFD display
Last modified: 2004-03-30 16:31:22 UTC
Songs longer than 99minutes corrupt the VFD display (The server doesn't cope well with rollover to three digits).
Using latest CVS, I cannot reproduce this. With or without progress bar, both elapsed and remaining appear to wrap from 99:59 to 100:00 and vice versa just fine. This was done by testing, adding 99 minutes to the songtime, as I do not have any files this long. It would see this is either fixed, or not related to the actual display of the time. My Test: Playlist.pm in songTime() $delta = $delta + 5940; # add 99 minutes for test my $time = sprintf("%s%02d:%02d", $sign, $delta / 60, $delta % 60);
Can't reproduce this in v5.1.2 nightlies.