Results 738 comments of meeb

The web UI is entirely static HTML. Unless you "catch" a page reload at the exact moment a thumbnail is downloading, which is quite a quick task, it will say...

Interesting that fixed it for you. The date time comparisons should all be native even in the queue worker so that shouldn't, in theory, make any difference. I'll check the...

The reason this hasn't been added so far was it caused a significant number of task failures and retries to the point where many tasks completely failed. I'll test it...

It was due to any "task didn't complete" error being treated as a failure and YouTube being quite good at blocking proxies. This worked OK when you used your own...

I've noticed this on a couple of videos myself, this may be due to `yt-dlp` doing something slightly differently to `youtube-dl` or that YouTube have changed something. Can you share...

That seems to work fine for me. Can you drop into the TubeSync container and see if a manual download works? Something like: ```bash $ docker exec -ti tubesync bash...

Yeah you could be right and it's a format availability issue. YouTube reports it as an available format, but it fails for a few hours until it's transcoded and published...

Nothing has been changed in TubeSync, so any changes would have been at YouTube directly. The concurrency of workers wouldn't cause this, it was just fixed to 1 a while...

Shortly the `TUBESYNC_WORKERS` env var will be retired entirely so that'll also fix itself then.

There will be something that does a similar job that replaces it.