meeb
meeb
This source has encountered permanent failures listed at the bottom of this page, check its settings
No, don't adjust the ENV vars. I asked because a common cause of similar issues to this is people increasing the worker count which gets their IP throttled by YouTube....
This source has encountered permanent failures listed at the bottom of this page, check its settings
Did you see this guide? https://github.com/meeb/tubesync/blob/main/docs/other-database-backends.md You just need to create a MariaDB database (in the correct encoding) then pass the connection string to TubeSync, that's about it. Oh and...
Yep this absolutely should be in TubeSync and is probably something I've just overlooked. Thanks for the suggestion.
I've had a bit of testing with this and the bundled libraries used (`youtube-dl` uses `ffmpeg` which in turn uses `AtomicParsley`) can embed metadata, however `AtomicParsley` which is used for...
It turns out passing the required flag to ffmeg as a post-processor to embed metadata was trivial to add if not in the documented list of options. This is now...
Ah, thanks for the reminder. Embedded thumbnail support was not added so far, however the blocker for this was pending patches to `youtube-dl` which TubeSync no longer uses. It's likely...
There is substantial work underway to entirely replace the current workers system which should hopefully resolve the issue of tasks suddenly failing entirely. There currently aren't any direct plans to...
After all this time there actually is a plan to implement this now, I've recently had time to work on migrating the tasks system after a year of being too...
This is already on the to-do list due to another issue. Initially TubeSync allowed full Unicode filenames, however this caused some network shares that didn't fully support long Unicode filenames...
Thanks, I had seen a couple of libraries like that. It would certainly help specifically for Cyrillic languages I was generally hoping to find an off the shelf solution for...