Tzahi12345
Tzahi12345
Just tested it out on my own, not getting that error. Can you set log level to verbose and paste the logs? For reference here are my logs: ``` 2022-07-06T05:24:43.138Z...
Right now we have an "allow autoplay" checkbox. Having both "allow autoplay" and "force autoplay" would be a bit confusing. The more I think of it, the more I realize...
Definitely possible! Would you want it to be per-subscription or a global setting?
I hear you. I'll line it up for v4.3.1, I'll probably make it a task that you can run periodically. It'll require adding options to tasks (in this case the...
Progress on the ffmpeg side of things will probably be difficult... Reason is that we don't actually do that, it's youtube-dl. The only time we ever do call ffmpeg directly...
> This was happening as there was a rogue comma in my JSON file which meant the file itself was present—but couldn't be parsed. Oh ok! So it sounds like...
Should be relatively simple to fix. We currently don't check if a sub still exists during any parts of the downloading process. We can add some checks periodically (i.e. at...
Definitely possible, I've looked into this before a bit but it doesn't seem like too much work! https://www.devextent.com/xml-rss-feed-nodejs/
We strip out most of the metadata to keep the records small. See [db.js:generateFileObject()](https://github.com/Tzahi12345/YoutubeDL-Material/blob/5e239321462dc0997f9880c017c36c2a6e350da0/backend/db.js#L208) for all the data we keep. This is probably reproducible though, do you have a link...
> This is not a new installation, though I did attempt to switch to mongodb right when this started happening. But the container just no longer appears to start up...