How does this feature work on Reddit?
Basically the videos only play when they are on view and also keep themselves muted until you open them
Describe how this could be implemented into Redlib
Well, aside of the "only play the videos when they are on view" i think you could add a slider in the settings to define a global volume for the video player (adding localStorage.setItem('video-volume', value) so every player would inherit this value by default.
Keep note that the volume you set on individual players wouldn't affect the local storage variable.
Additional context / screenshot
In redlib on you enable "Auto Play Videos", at least for me, it became an audio mess until i blocked auto-play with the browser.
How does this feature work on Reddit?
Basically the videos only play when they are on view and also keep themselves muted until you open them
Describe how this could be implemented into Redlib
Well, aside of the "only play the videos when they are on view" i think you could add a slider in the settings to define a global volume for the video player (adding localStorage.setItem('video-volume', value) so every player would inherit this value by default.
Keep note that the volume you set on individual players wouldn't affect the local storage variable.
Additional context / screenshot
In redlib on you enable "Auto Play Videos", at least for me, it became an audio mess until i blocked auto-play with the browser.