RblSb
RblSb
This is not bad, but it duplicates the users panel and current userlist would be enough to display a pause if the server was already displayed in it as item....
Closed in https://github.com/RblSb/SyncTube/commit/6ead98595d71afba9d11d3300756b46f18fd6bda
You can try `{"requestLeaderOnPause": true}` in `user/config.json`, so every play/pause event will give/remove leader automatically. Because of browser limitations, you cannot detect if pause is triggered by player interface click,...
Unpause in this mode works for the person who paused it. But yea, i can maybe test additional option when evebody can unpause, if you still interested.
I improved this option a bit in https://github.com/RblSb/SyncTube/commit/0634cc7c846b7385439b32cb3b92dc67bc351a5f, so you can unpause raw videos when someone else is a leader by clicking on paused video safely. Sadly doesn't work for...
We have tests about Null unwrapping and `1 ?? 1.0` unification, so if things are green, we should be good. C# fails is interesting, something should be related to temp...
Seems like you can copy mp4 links from that service if you pay for some plan. But i also tested, and you can use browser devtools to extract mp4 link...
About video.js, i tested this library previously and probably can add it as addon. But I don't know why you want it instead of native browser. I think video.js is...
I'm also thinking about adding feature to upload files right on synctube server with some cache folder limit and stream from it. In theory you will not be required to...
Do you mean admin login? Can you try creating an admin locally with access to the server CLI, and then commit the user/users.json file to render.com? Then your admin will...