Calvin Montgomery
Calvin Montgomery
If you uncheck "Add as temporary" when adding a video, or if you later click the "make permanent" button, the video will not be removed from the playlist after playing,...
>The timeout in the config defaults to 30 I see 15 in the template, not sure where you copied 30 from. Regardless I guess the specific number doesn't really detract...
>Creating and binding a service socket apparently requires root privs? Looks like the servsock code uses the filename from config.yaml to delete (if exists), create, and bind the socket. If...
It'd also be nice to rewrite it in ES2015 in the process since the player code is the only remaining part of the codebase that uses CoffeeScript.
When you first add a video to the playlist, CyTube will check to make sure it exists and is playable before even adding it. So there are 2 situations that...
It's not really possible to automate on the clientside because the video player APIs don't expose a way to tell that the video has been removed, or distinguish this case...
A few things to bring up here: * It would be helpful to quantify the impact. I have been proceeding under the assumption that videos being removed is rare, and...
I thought of a potential approach to revalidate videos while avoiding wasteful revalidations: each video could be assigned a "time to live" for its metadata, and would be revalidated if...
Well, this feature works, but I found another bug: if you use the navbar to log in after recovering, then you get an error about the password reset already being...
Did this start happening recently? If so, I wonder if there is a bug in https://github.com/calzoneman/sync/commit/1ec3eab0dc312e505dc725119cbbd8c784ed6d9d (introduced by #812). Something doesn't add up here, shuffle uses Math.random(), certainly not a...