meeb
meeb
The tubesync services should retry the database connection eventually, what's failing exactly? Usually, you would handle this by using service order in a `docker-compose` file or similar dependency ordering: https://docs.docker.com/compose/startup-order/...
If you just put `restart: unless-stopped` or whatever the equivalent is on your container that should fix itself once the container restarts. If not, this is really more of a...
Yeah that restart setting is only going to help if you can set it at the container level. If you can't them I'm afraid the general advice is going to...
There isn't a sensible way to introduce a delay, no. Also a delay would the wrong way to solve this, just waiting an arbitrary time before connecting is a hack...
By best quality I assume you mean just best resolution available? Likely this is going to be quite subjective, and once you get into 4k or higher is going to...
Given this is likely to be quite a rare choice and if you index a large channel you might use gigabytes just for thumbnails would an environment variable work as...
The black bars issue is generally due to `yt-dlp` impersonating a mobile client and then downloading the mobile thumbnail, which often contains the black bars. Having said that, this changes...
Yes, that's just due to using `webp` without converting it.
Yes there are a couple of situations where the skip flag behaves weirdly. It was originally just an internal flag that sets media to be skipped if it doesn't match...
What database are you using? "Database unreachable" is an actual database driver error.