FreeTubeApp / FreeTube

An Open Source YouTube app for privacy
https://freetubeapp.io/
GNU Affero General Public License v3.0
13.14k stars 817 forks source link

Make right click functional after opening any video #889

Closed tiwarys closed 2 months ago

tiwarys commented 3 years ago

Is your feature request related to a usage problem (not a bug)? Please describe. Currently, if I click right click after opening any video nothing is happening. You could implement something like loop, screenshot, copy video URL etc similar to YouTube.

Describe the solution you'd like to see implemented Make right click functional.

Screenshots

Screenshot from 2020-12-19 18-58-50

GilgusMaximus commented 3 years ago

Hi, so for the moment this is probably not gonna happen. As seen in the pull request #656 we already have some struggles adding a simple loop button to the video player. VideoJS uses a plugin system to add content to the player and we are not really proficient in writing plugins for it.

But if someone knows how to program plugins for VideoJS, we are open for any help on #656 as well as adding such an overlay

efb4f5ff-1298-471a-8973-3d47447115dc commented 2 months ago

Closing as right click is functional. Brings up the stats for nerds button. All the other things can be done within or just outside the player. No need to duplicate the behavior