PikachuEXE

Results 647 comments of PikachuEXE

Label for captions ![image](https://github.com/user-attachments/assets/836e41a5-709f-4625-bfb6-d7f538873e2d) ![image](https://github.com/user-attachments/assets/82ff53a2-5766-4353-ac47-8e958e2bcf26)

I think there is no need to use short form on labels The places I see short forms are app menu bar & keymap menus with limited spaces Even short...

Reported issue in https://github.com/shaka-project/shaka-player/issues/8616

As I said in [linked issue](https://github.com/shaka-project/shaka-player/issues/8616#issuecomment-2900576757) the issue seems fixed in Chrome 137 According to [Electron release timeline](https://www.electronjs.org/docs/latest/tutorial/electron-timelines) Chrome 137/138 = 37.x would only be released in 2025-Jun-24 (~1 month...

> So the total watch time gets updated immediately but video count not. Best to also update the video count. Addressed > It says "Video" has been removed but i...

@ubello64 You can start by finding related code first 1. Any button on mediaplayer (so you can a random button to play with) e.g. If I right click screenshot button,...

I guess so Copy the code and make a new button & make it work somehow (even just print a message in console) to verify

`this.$store.getters.getPlayNextVideo` is reading the value from "data store" (which is also read when code for auto play run) And to update it, call `updatePlayNextVideo` (must be included in `mapActions` in...

Add this style ```css .vjs-button > .vjs-icon-spinner:before { font-size: 1.6666666667em; } ``` ![image](https://github.com/FreeTubeApp/FreeTube/assets/1018543/e25c8b37-f4da-44c3-a29a-4b2ea9f83c61)