RblSb
RblSb
Probably can add support with `pt:https://some-peertube/video-link` in URL input if someone will find it useful.
Can you use server console after running synctube? If you run `node build/server.js` in synctube folder, synctube should start, and you will see synctube cli, where you can send any...
You probably trying to make action that is out of your user group permissions (I will make errors more verbose). Is this error happens when you trying to write to...
You need to move `guest` privileges to level up, so they will be available for `admin`, for example: ```json "permissions": { "banned": [], "guest": ["writeChat"], "user": ["guest"], "leader": ["user"], "admin":...
I think you are running container without `v` (volume) argument, that mounts folder to keep data, instead of cleaning it at container exit. Not sure how to web ui works,...
I think there is no volume to `user` folder outside of container, so you are: - Run container, its creates temporary file system with files - Admin is added to...
Will close it for now since i cannot repro and this is probably some docker tools are SIGKILL'ing server instead of giving it some time to save state with SIGTERM.
Yea, I think it's beyond the scope of the project. I can prepare the necessary API for plugins if someone will need it, but I don't plan to do video...
Thank you for your contribution. This feature will require additional indication that the video is paused by the server, just as a pause is currently displayed on clients when there...
If it becomes too difficult, I will help finish this PR later. The minimum necessary indication would be control through the `setPauseIndicator` function, which changes the icon under the player,...