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

list of ideas #24

Open
couleurm opened this issue Mar 12, 2023 · 1 comment
Open

list of ideas #24

couleurm opened this issue Mar 12, 2023 · 1 comment

Comments

@couleurm
Copy link
Contributor

hello, this is a pretty neat previewer, looks much more stable than vspreview

this got me to think new cool features it could have (might fork in the future, or give up if i find egui too hard, only god knows) feel free to pick ideas from this list and/or create a dedicated issue about one if you find it meets your principles👍

  • vim-style j & k hotkeys to increase/decrease selected output node index
  • add --arg, passes variables to the vs environment
  • add --to-frame, overrides app.cur_frame_no
  • add --reset-data to delete egui's /vspreview-rs/data/app.ron
  • alt+scroll to scroll horizontally
  • Hold space + LMB to "drag and pan"? (no clue if that is possible at all)
  • to satisfy users that want to be able to play the script, add a button / hotkey with a definable mpv binary path / arguments to launch the currently opened script, e.g:
Open in mpv
-----------
hotkey: M
path: /usr/bin/mpv
args: --demuxer-lavf-format=vapoursynth ${script}
@quietvoid
Copy link
Owner

* vim-style `j` & `k` hotkeys to increase/decrease selected output node index

Would need a modifier key like Shift or something, the keys are already used for seeking.

* add `--arg`, passes variables to the vs environment

Seems to be possible.

* add `--to-frame`, overrides app.cur_frame_no

Already requested and I should probably do it..

* add `--reset-data` to delete egui's `/vspreview-rs/data/app.ron`

Why? Just delete the file..

* alt+scroll to scroll horizontally

Already possible with Shift + scroll

* Hold space + LMB to "drag and pan"? (no clue if that is possible at all)

Probably not happening but it probably would be possible.
The previewer isn't really well designed so any interaction that moves or changes the image is slow.

* to satisfy users that want to be able to play the script, add a button / hotkey with a definable mpv binary path / arguments to launch the currently opened script

too out of scope, it's really not that complicated to open a new terminal or even a tab and just use mpv directly.

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

No branches or pull requests

2 participants