vilkov / phonon-vlc-mplayer

Automatically exported from code.google.com/p/phonon-vlc-mplayer
GNU Lesser General Public License v3.0
2 stars 0 forks source link

mplayer only plays 2 songs back to back #14

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
problem:
1. play a song
2. have a slot connected to prefinishMarkReached start a timer for the time
passed to the slot that runs play on the next song
3. the next song plays
4. prefinishMarkReached is called again, the timer is set, and the timer
eventually runs
5. the next song does _not_ play as expected

this behavior works as expected with other backends, but with the mplayer
backend it does not work.

Original issue reported on code.google.com by Jason.Donenfeld on 25 Jun 2008 at 8:19

GoogleCodeExporter commented 8 years ago
All the queuing issues should be fixed now.

Original comment by tkrotoff on 28 Nov 2008 at 5:20