darkhz / invidtui

A TUI based Invidious client
MIT License
191 stars 6 forks source link

Add a 'go to' prompt to jump to specific timestamps during playback #36

Closed Maytha8 closed 6 months ago

Maytha8 commented 8 months ago

My feature request is to add a keybinding that prompts the user for a timestamp, then jumps to it.

It would help me get to the desired part of the audio/video faster than spamming the right arrow on my keyboard. :smile:

darkhz commented 8 months ago

Very good, this will be implemented.

xplshn commented 7 months ago

Also, this is more of a question, are URL's that point to a timestamp respected? As you probably know, Youtube lets you share URL's that when the other person clicks on them starts playback from the point at which you shared.

darkhz commented 7 months ago

As of now, no. The URIs are played irrespective of the timestamp. Playing from a specific timestamp could be implemented, however.

xplshn commented 7 months ago

Wonderful, thanks! Would be very much appreciated.

darkhz commented 6 months ago

https://github.com/darkhz/invidtui/assets/44058754/de7b7702-c520-42c2-95af-07a907ef5bd4

@Maytha8 this is what the new 'custom seeker' feature looks like. Note that pressing 'Enter' will set the value to seek to.

darkhz commented 6 months ago

@xplshn the timestamp parsing is handled in another issue (#39).

darkhz commented 6 months ago

This is now implemented. Press the default keybinding Alt+. to display the custom seek dialog.