murat8505 / android-xbmcremote

Automatically exported from code.google.com/p/android-xbmcremote
0 stars 0 forks source link

"Play" in music library only plays first song of the playlist, then stops #17

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The code currently does the following:

On queue:
 - Add all songs to queue ("AddToPlayList")
 - If stopped, play first song added ("PlayFile", filename)

On Play:
 - Clear queue ("ClearPlayList")
 - Add all songs to queue ("AddtoPlaylist")
 - Start playing by calling "PlayFile" <firstsong>

Any other way to do that?

Original issue reported on code.google.com by phree...@gmail.com on 10 Oct 2009 at 4:46

GoogleCodeExporter commented 9 years ago
"Play" works with revision 185. "Queue" still on TODO.

Original comment by phree...@gmail.com on 12 Oct 2009 at 11:53

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r200.

Original comment by phree...@gmail.com on 13 Oct 2009 at 2:01