2006-01-20, 04:44 AM
sub if you do use this command sequence for audio playback
PLAY>PAUSE>STOP>PLAY
pluginHelper.IsPlaylistPaused() returns true even though it was stopped. i use the pluginHelper.IsPlaylistPaused() check in "My Music" and if its returns true i just call
pluginHelper.ResumePlaylistPlayback();
but if it returns "false" i then process the "play" button and start playing back the selected music or whatever. so can you make it so if "stop" is pushed (or pluginHelper.StopAudio() is called) that pluginHelper.IsPlaylistPaused() return false.
cheers.
PLAY>PAUSE>STOP>PLAY
pluginHelper.IsPlaylistPaused() returns true even though it was stopped. i use the pluginHelper.IsPlaylistPaused() check in "My Music" and if its returns true i just call
pluginHelper.ResumePlaylistPlayback();
but if it returns "false" i then process the "play" button and start playing back the selected music or whatever. so can you make it so if "stop" is pushed (or pluginHelper.StopAudio() is called) that pluginHelper.IsPlaylistPaused() return false.
cheers.