meeb
meeb
Thanks @xtacle101 very detailed and useful! Would a `{minute}` or similar macro for ouput file formatting be useful here to avoid day-level collisions?
This is almost certainly the same as #164. The work-around that @superjedi27 mentions I suspect is fixing the downloads purely because it's retrying the download after enough time. This seems...
@superjedi27 yeah that matches my own testing. The retries have exponential back-off so if the download fails for a few hours it might take up to a day to eventually...
After some more digging this does look like an upstream issue. TubeSync relies on the format that the library says is available being available. I may have to look at...
Yes that would require TubeSync to have logic to attempt to detect what the failure type is before attempting work-arounds. At the moment a "failure" could be anything, internet problems,...
The front end specifically by design has no JavaScript at all at the moment so I'd rather not add a load and a basic API endpoint just to have this...
That sounds reasonable, I'll add it to the future roadmap.
I can possibly filter these out, can you paste some example channels with this behaviour.
Hm, after checking this channel it seems to be possible to exclude videos not uploaded to the original channel from sub-playlists on channels, but it may be substantially more work...
TubeSync uses an up to date version of `youtube-dl`, currently as of writing that's `2021.02.10` (the bundled software versions are in the footer on the web interface). Thanks though, I'll...