Currently, if a folder has multiple videos I have to close a video before playing the next one. This takes 3 keystrokes: ESC, Up/Down, Enter
It would be nice if I can press '->' or '<-' to play / view the next/previous videos (or multimedia files). Similar to how cloudcmd handles images folder right now. This only takes one keystroke: Left / Right
Thanks.
The text was updated successfully, but these errors were encountered:
@knguyen0105 I think the best way to do this, is extending @cloudcmd/modal to support video as well. @cloudcmd/modal is a simplified fancybox drop-in replacement.
It used to show modals in Cloud Commander with images, editors, configuration console and terminal.
This is how it works right now, it file client/modules/view.js there is a switch block with an image/media check.
Currently, if a folder has multiple videos I have to close a video before playing the next one. This takes 3 keystrokes: ESC, Up/Down, Enter
It would be nice if I can press '->' or '<-' to play / view the next/previous videos (or multimedia files). Similar to how
cloudcmdhandles images folder right now. This only takes one keystroke: Left / RightThanks.
The text was updated successfully, but these errors were encountered: