Results 738 comments of meeb

Well, you can drop into the container and run whatever update commands you like with: ```bash $ docker exec -ti tubesync bash $ yt-dlp --update ... blah ... ``` You'll...

You probably need to use pipenv then, apt update && apt install pipenv, then pipenv install setuptools, then install yt-dlp ... something ... Pretty sure you can use pipenv install...

Np. Oh and make sure you execute the pipenv commands in the /app directory.

Thanks for the detailed steps! Hopefully this will be fixed in the main release soon but this is useful for anyone else wanting to run nightlies in the interim.

tubesync doesn't execute `yt-dlp` with CLI args, it uses the internal Python API. There's a bunch of args used, some here: https://github.com/meeb/tubesync/blob/main/tubesync/sync/youtube.py#L140 and the defaults here: https://github.com/meeb/tubesync/blob/main/tubesync/tubesync/settings.py#L158 Given this seems...

Ah, there was a `yt-dlp` release a few hours ago. I'll pull that in shortly.

Probably not that useful for the upstream devs really, given tubesync is pretty much just a UI wrapper around yt-dlp.

The latest build, v0.13.5, has yt-dlp v2024.03.10 in it. Update and try that.

This should have been resolved a while go so I'll close the issue for now.

What button specifically? What errors, if any, are in your container logs? Any errors on your "tasks" page?