chrismiceli / daap-client

Automatically exported from code.google.com/p/daap-client
8 stars 4 forks source link

Streaming Jitters when set to shuffle #80

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Play something on streaming
2. Set play mode to shuffle

What is the expected output? What do you see instead?
The current position increases as it streams the whole track. When the whole 
track has downloaded then the current position jumps. This could be as far as 1 
minute into the track.

What version of the product are you using? On what operating system?
The latest on Android.

Please provide any additional information below.
If I disable shuffle or streaming it works. But that sort of defeats the whole 
point of having a music player (I always play my whole music collection of 
shuffle). This seems to be the same issue as defect #1, so I'm guessing it 
preloads the next track, but doesn't take account of shuffle mode.

Original issue reported on code.google.com by resident...@gmail.com on 16 Aug 2012 at 2:35

GoogleCodeExporter commented 9 years ago
Actually, disabling shuffle doesn't do anything. The only way to work around it 
is to pause at the start of the track until it has fully downloaded.

Original comment by resident...@gmail.com on 16 Aug 2012 at 2:41