MarcoRavich / audirvana

Automatically exported from code.google.com/p/audirvana
GNU Lesser General Public License v3.0
0 stars 0 forks source link

Shuffle mode issues #51

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Start audirvana on shuffle mode
2. Play song; random song plays, stop playback
3. Play again, track played is the first track on the play list
4. Stop again and start playing track. First random track plays as it should be.

What is the expected output? What do you see instead?
On each play with shuffle mode on, the first random track must play.

Please provide any additional information below.
I tried to debug on func resetPlayingPosToStart(), but xcode crashes.
Probably audio play thread interferes here?

On side note, prev  media key press always goes to the previous track while a 
track is playing. It doesnt behave like prev button.

Changing the parameter from 'nil' to 'self' did the trick on mediaKeyTap() 
function.

Original issue reported on code.google.com by svel...@gmail.com on 4 Jun 2011 at 6:35

GoogleCodeExporter commented 9 years ago
Fixed in r166.

Thanks for the report, and for the media key investigation!

Original comment by au.damie...@gmail.com on 7 Jun 2011 at 6:50