stash/ui/v2.5/src/docs/en
chickenwingavalanche 1f3ed07188
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>
2023-08-24 12:58:47 +10:00
..
Changelog Update changelog for bugfix release 2023-08-21 09:51:23 +10:00
Manual Region-based Looping (a.k.a. A/B looping) utilizing videojs-abloop plugin (#3904) 2023-08-24 12:58:47 +10:00
MigrationNotes SQLite model refactoring, part 2 (#3839) 2023-07-13 12:15:02 +10:00
ReleaseNotes Add filesystem based blob storage (#3187) 2023-03-17 10:52:49 +11:00