GNOME Bugzilla – Bug 707457
Restart current track when Previous button was clicked and position is more than 3 seconds
Last modified: 2014-03-03 09:49:40 UTC
In other GNOME media players like Totem, Rhythmbox and Banshee, clicking the previous button will replay the current track if the position is greater than 3 seconds. Clicking again the Previous button within 3 seconds will play the previous song. It would be nice if Music also has this feature, which makes replaying a song easier (no need to click Previous then Next).
Created attachment 270715 [details] [review] [PATCH] Restart current track when postion more than 3 seconds Hi. I think my patch will be fine, but instead of 3 second, I'm using value 5. Maybe Python or code, which handling drawing position not fast, while GStreamer fast and for me it's work like value=5 in fact 3 second. So, just try my patch and if it's need correct the value before commit. Thanks a lot. :)
Thanks, pushed as https://git.gnome.org/browse/gnome-music/commit/?id=b73ba4b