vspreview-rs icon indicating copy to clipboard operation
vspreview-rs copied to clipboard

[Feature Request] Bookmark support

Open adworacz opened this issue 2 years ago • 4 comments
trafficstars

Just like the python version has, it would be great to have bookmark support. This can be really helpful when opening the previewer days apart, saving your place (to the exact frame) that you were working on before.

This helps with everything from filter comparison to sceneing etc.

adworacz avatar Jan 02 '23 01:01 adworacz

could be saved as a shortcut / shell script which has arguments like --startatframe 2301

couleurm avatar Jan 02 '23 19:01 couleurm

Bookmarks imply a bookmark manager or way (visually) to know what is bookmarked. It's too complex IMO.

A CLI option for a specific frame can be done.

This can be really helpful when opening the previewer days apart, saving your place (to the exact frame) that you were working on before.

This should already be supported, there's a persisted config with the current frame before the previewer is closed.

quietvoid avatar Jan 03 '23 03:01 quietvoid

I was thinking simply a text file with frame numbers to persist bookmarks between reloads (sounds like you already have that in part) and then a visual indicator on the progress bar to indicate where a bookmark exists, with simple arrow buttons or key combos (like page up/down) to jump between them.

Does that still sound too complex?

adworacz avatar Jan 08 '23 06:01 adworacz

Yes, there's no support for visual indicators on the frame number slider. You also still need at least keybinds for adding/removing bookmarks.

Anyways, I'm not saying it can't be done but it's just more effort to create a new window/section for bookmarks. And it's not something I have interest in, so patches are always welcome.

quietvoid avatar Jan 08 '23 13:01 quietvoid