Results 738 comments of meeb

This is because the default `settings.LANGUAGES` in Django has an ever expanding massive list of languages by default if you don't set it manually: ```python >>> len(settings.LANGUAGES) 96 ``` If...

Sure that sounds reasonable. I've added that feature with the above commit. It does add quite a bit of "magic" but it's unlikely to trip anyone up given it's more...

I also experienced this issue and updating yt-dlp (by 3 days) fixed it for me for a while. I've triggered a rebuild of the last commit which should update yt-dlp...

> Any chance of putting a new tag on the image? Using `latest` is problematic with declarative deployment methods. We do periodic releases, there will shortly be a release for...

What's your `TUBESYNC_HOSTS` set to and does it match the hostname you're accessing the site through?

Thanks for the issue. The primary issue with this (along with allowing one-off downloads) is that the videos wouldn't belong to a source. We could add a generic "unknown source"...

I did consider adding a `default-one-off` sort of magic source at one point which let people add random single videos to just so they would have a directory to download...

`yt-dlp` should already be updated in the `:latest` releases.