Results 738 comments of meeb

@Extarys I've just pushed a tweak which should hopefully fix this. You will need to update to `:latest` and then edit and save the source to trigger a re-evaluation of...

"Media cannot be downloaded because it has no formats which match the source requirements." is a different issue to the "Media is marked to be skipped and will not be...

Can you paste a YouTube URL where you have this occurring please? I'll check its metadata.

Are all of the videos that you get the notice on "exact match" for the video stream by any chance? It is cosmetic, but obviously still a bug I need...

Thanks, helpful. I'll look into it and might open a new issue later.

Anything in the container logs for this download @MatthK ?

That would strongly imply it's a permissions issue. TubeSync itself doesn't contain any code that invokes `chown` so I would suspect that would be part of `youtube-dl`. If the download...

Edited reply again. Can you drop into TubeSync container as the application user: ```bash $ docker exec -ti --user app tubesync bash ``` and run this as a test: ```bash...

Are you using `:0.9.1` or `:latest`? If you're not using `:latest` try it please. `:0.9.1` is pretty old now. The documentation has been updated to advise using `:latest` a while...

Yeah sure, I'll add a version label in the next release. As for your download error, what's in the container logs for that failing download? There will be a more...