PDXostc / media_manager-app

2 stars 5 forks source link

Fast Forward and Fast Rewind get stuck #13

Open aeichepdx opened 9 years ago

aeichepdx commented 9 years ago

When pressing and holding FF or FR, after releasing the action continues.

bharmon commented 9 years ago

FF and FR also takes user several tracks ahead or back rather than one. Is this possibly related?

aeichepdx commented 9 years ago

It shouldn't be related. The issue where songs skip is a gstreamer issue - Gstreamer can't find the media (we don't know why) so it moves to the next song - and then to the next, and to the next. So we need to figure out why gstreamer can't find the media. However, the skipping forward or backward is not a front-end app bug.