Bug 118 - Songs longer than 99minutes corrupt the VFD display
: Songs longer than 99minutes corrupt the VFD display
Status: RESOLVED WORKSFORME
Product: Logitech Media Server
Classification: Unclassified
Component: Player UI
: unspecified
: All All
: P2 normal (vote)
: ---
Assigned To: Blackketter Dean
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2004-01-03 23:58 UTC by Blackketter Dean
Modified: 2004-03-30 16:31 UTC (History)
0 users

See Also:
Category: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Blackketter Dean 2004-01-03 23:58:02 UTC
Songs longer than 99minutes corrupt the VFD display (The server doesn't
cope well with rollover to three digits).
Comment 1 KDF 2004-01-11 16:18:07 UTC
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);
Comment 2 Kevin Pearsall 2004-03-30 16:31:22 UTC
Can't reproduce this in v5.1.2 nightlies.