khoadng / Boorusama

A mobile client for booru sites built with Flutter
GNU General Public License v3.0
137 stars 8 forks source link

Gestures and settings when viewing videos #429

Open thebrokenfacade opened 3 months ago

thebrokenfacade commented 3 months ago

Is your feature request related to a problem? Please describe. The video player does not support the same gestures as the image viewer. For example, if I set the swipe down guesture to download the image in the booru profile settings, it does not work when viewing a video. I remember seeing somewhere on github that guestures are not currently supported on videos. This is a vote to get that fixed.

Also, the settings menu while viewing a video is not the same as in the image viewer. In the image viewer I get options to Download, View in Browser, View Tags, etc. In the video viewer there is only an option to change playback speed or cancel.

Describe the solution you'd like Make guestures and settings menu consistant on both images and videos.

khoadng commented 3 months ago

The app is built on top of a third-party package for video control, which offers very limited customization. I will need to write everything from scratch to gain full control over the UI for something like this to happen, which is possible but really time-consuming. Maybe in the future.