Tzahi12345
Tzahi12345
@Sputgnocchi I think you're exactly right, great digging! See the screenshot below. The time `1` and `2`, a video was initially loaded. Time `3` and subsequent mini-spikes corresponded to when...
@Sputgnocchi Sorry for the delay in getting back to you, I wasn't able to find a solution that reduced CPU usage. The main issue is that Node.js is serving the...
Sounds like a simple fix, just check if the thumbnails/subs exist and delete if so. Thanks for the note! I'll also look into the permissions -- probably just as simple...
I have good news and bad news. Good news is, I implemented permission updates and auto deletion for thumbnails in the [latest commit](https://github.com/Tzahi12345/YoutubeDL-Material/commit/55378521347bb3e7f897d9a75fb5b9e70dfbbb04). Bad news is, I couldn't do the...
Another good idea, though this does come with the additional difficulty (as you suggested) that it will take an undetermined amount of time to translate the video. We also don't...
@SuperSandro2000 Added! I'm getting the same error on my end, I think this is (unfortunately) a problem on youtube-dl's end and not something I can fix. I tried adding the...
Do you mind sharing your configuration (nginx/apache2) for the reverse proxy? Might help in the debugging process, as something might be configured on that end. You don't need to use...
Hi, sorry for the late response! Your nginx configuration looks mostly good (just a few extra headers that are being passed, but I doubt that makes an impact). Can you...
[nginx.zip](https://github.com/Tzahi12345/YoutubeDL-Material/files/4713521/nginx.zip) I made a tiny modification to the 443 block towards the bottom (it deals with the HTTPS stuff). I added these lines (though maybe `localhost` should be replaced with...
Sure, email me the link at [email protected], though I'll probably encounter the same error. Maybe I'm confused on the synology reverse proxy setup, but are the nginx config files auto...