mihaiolteanu / vuiet

The music player and explorer for Emacs
https://mihaiolteanu.me/vuiet
GNU General Public License v3.0
278 stars 15 forks source link

Feature request: seek forward/backward with a certain percentage. #46

Closed firmart closed 3 years ago

firmart commented 3 years ago

The current seek forward/backward function are not usable interactively, as one can't seek forward more than 5 seconds at a time. Do you think that it would be relevant to use numerical prefix instead so that one can do C-u 30 M-x vuiet-seek-forward to seek forward 30 seconds ? It would be also nice to be able to move with a given rate for a very long track (> 1 hr), because it's not quite handy to convert to seconds all the time.

P.S. Compare the built-ins interactive next-line and the programmatical forward-line.