poehoes / ampache-mobile

Automatically exported from code.google.com/p/ampache-mobile
0 stars 0 forks source link

Bug #2

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Now Playing screen cannot play next track if scene is navigated away
from.(Audio Service fails)  Current solution is to simply stop the track
when user leaves the now playing screen.  

A better implementation would be to keep the playlist/music going and give
the user the option re-enter the now playing screen.

Proposed solution would be to set the Now Playing variable in the
AudioPlayer object to null.  All call outs to the Now Playing screen have
null checks already.

Other, probably better option would be run the Now Playing as a separate
stage.  

See:
http://developer.palm.com/index.php?option=com_content&view=article&id=1598
http://developer.palm.com/index.php?option=com_content&view=article&id=1648#Intr
oductiontowebOSApplications-controllersassistants

Original issue reported on code.google.com by bjgeiser@gmail.com on 2 Sep 2009 at 3:10

GoogleCodeExporter commented 9 years ago

Original comment by bjgeiser@gmail.com on 2 Sep 2009 at 3:11