vspreview-rs
vspreview-rs copied to clipboard
[Feature Request] Bookmark support
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.
could be saved as a shortcut / shell script which has arguments like --startatframe 2301
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.
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?
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.