Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve preview playback #1584

Closed
mifi opened this issue Apr 25, 2023 · 5 comments
Closed

Improve preview playback #1584

mifi opened this issue Apr 25, 2023 · 5 comments

Comments

@mifi
Copy link
Owner

mifi commented Apr 25, 2023

For me this shortcut just starts playing the current segment from the beginning.

Maybe I didn't explain clear enough, but I would need it to work this way:

I have: (The || is playhead)

<-------SEG1----||---> <----- EMPTY space -----> <-------SEG2------->

Currently, when pressing rainbow button, or "Loop beginning and end of current segment", it goes to the beginning of SEG1, plays whole SEG1 and jumps over EMPTY space and goes to SEG2 (as expected).

But I need a shortcut (or option to make play/pause work this way), that would start playing where the "||" (playhead) is (not particularly from end, but wherever I put it and start from that position), and jump to the SEG2 (like the rainbow button does).

Most importantly, that it wouldn't start from the beginning of current segment, but start from wherever the playhead currently is.

Thanks for your replies! 🙂

Originally posted by @rRobis in #1581 (reply in thread)

@slrslr
Copy link
Contributor

slrslr commented Apr 29, 2023

For me this shortcut just starts playing the current segment from the beginning.

For me 3.54.0 Linux AppImage behave other way than yours. It preview from first segment (not from one i am at) and can not be fast forwarded needing to long wait until it end up being at positions of interest. If segments are many minutes long, it would be too boring to wait.

Steps to reproduce: I doubleclick last segment in the right sidebar (list of segments) to jump to it, click preview button. It plays from first segment, not from selected one.
Video showing how i do it.
3.54.0 Linux AppImage (Bug report detail)

@rRobis
Copy link

rRobis commented Apr 29, 2023

Yes you're right, i tested only the first segment, that's why it seemed that it starts from current one. I tried, and it behave just like you showed.

@mifi
Copy link
Owner Author

mifi commented Apr 29, 2023

yes. this is how the feature was implemented in v1 (working as intented). but I agree it also makes sense to be able to start from the current segment so it will be implemented as a future enhancement

@rRobis
Copy link

rRobis commented Apr 29, 2023

Do you mean, it will start from the beginning of the current segment, or from the play head position?

@mifi
Copy link
Owner Author

mifi commented Apr 29, 2023

it will start from the first segment (segment number 1) according to the right side segment list

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants