2007-11-15, 01:07 AM
sub, if you've been following the thread in ML 6.7 beta on some problems there is a difference in how play all is working for some of us on the MVP. It works for me but not some others. So I did a test with HtV trying to play the same two songs and there seems to a difference in how the playlist size is calculated
HtV's
and mine.
Martin
HtV's
Code:
2007-11-15 00:45:29.359 VERBOSE [7] MVP Streaming Server received STOP message
2007-11-15 00:45:29.359 VERBOSE [7] Song ended. Checking if there are more songs to play.
2007-11-15 00:45:29.359 VERBOSE [7] Playlist size: 1 current index: 0
and mine.
Code:
2007-11-14 19:43:11.106 VERBOSE [7] MVP Streaming Server received STOP message
2007-11-14 19:43:11.107 VERBOSE [7] Song ended. Checking if there are more songs to play.
2007-11-14 19:43:11.107 VERBOSE [7] Playlist size: 2 current index: 0
....
2007-11-14 19:45:29.803 VERBOSE [7] Playlist size: 2 current index: 1
Martin