Acknowledged

Media.ContentIterator onSong receives SONG_EVENT_COMPLETE when user skips backwards in song to start of song

I found that ContentIterator::onSong receives an SONG_EVENT_COMPLETE when the user skips backwards in the song (ie skip 30s back) and gets to the start of the song.

To make it even more confusing, this is accompanied by a playbackPosition of the full song length, so it's can't be identified that this was a skip backwards.

I'm using SONG_EVENT_COMPLETE to detect that the user finished listening to a podcast episode, and remove it from the playlist, so this problematic for my app.

Parents Comment Children
No Data