mirror of
https://github.com/stashapp/stash.git
synced 2025-12-17 04:14:39 +03:00
Region-based Looping (a.k.a. A/B looping) utilizing videojs-abloop plugin (#3904)
* yarn add videojs-abloop * add abLoop plugin to video player * adding player keyboard shortcut 'l' for toggling a/b looping copies mpv behavior: if a/b loop start not yet set, sets start to current player time elif a/b loop stop not yet set, sets end to current player time and enables loop else, disables a/b loop relates to #3264 (https://github.com/stashapp/stash/issues/3264) * update help with keyboard shortcut * Add plugin type definitions * Make UI elements optional --------- Co-authored-by: chickenwingavalanche <chickenwingavalanche@example.com> Co-authored-by: WithoutPants <53250216+WithoutPants@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
922aef3e5a
commit
1f3ed07188
@@ -78,7 +78,8 @@
|
||||
| `↑` | Increase volume 10% |
|
||||
| `↓` | Decrease volume 10% |
|
||||
| `m` | Toggle mute |
|
||||
| `Shift + l` | Toggle player looping |
|
||||
| `l` | A/B looping toggle. Press once to set start point. Press again to set end point. Press again to disable loop. |
|
||||
| `Shift + l` | Toggle looping of scene when it's over |
|
||||
|
||||
### Scene Markers tab shortcuts
|
||||
|
||||
|
||||
Reference in New Issue
Block a user