Results 738 comments of meeb

The issue here is not the time limit for gunicorn request execution it's that some actions which are slow on larger channels are processed in the active request and not...

Somehow your database schema is out of date and you're missing at least one column. A schema update runs automatically on container start so either you're not running tunesync in...

tubesync is built with Django so you can just use any Django database management commands with tubesync. Django manages the schema, including upgrades etc. for you and has extensive easy...

Unfortunately it's not easily possible. This is discussed at length in some other now closed tickets. There's some effort to have a general arbitrary incremental number available as a variable,...

Yeah, YouTube has moved some content to different tabs which no longer makes all the videos appear under `/videos` for whatever reason that I'm sure makes sense to someone at...

Thanks for the issue. While there seems to be good support for Django authentication with Authelia, TubeSync doesn't actually use Django's authentication system at all. Originally, TubeSync had no authentication...

The issue with using MP4 as a container is it doesn't, or didn't, support all the supported formats of the media streams from YouTube. Using MP4 restricts the codec choice...

Honestly after many attempts ranging from basic up to advanced methods from specific file names up to scripts that spam data into Plex via the unofficial API I've ended up...

I must admit I've not really looked into it for a while after I got annoyed with it last time. If you find something that works well feel free to...