Josh Santangelo
Josh Santangelo
https://www.instagram.com/p/BP77TX9hBRK/ "#snøhetta" doesn't get tagged
This would also enable the ability to download just audio from youtube, which would be helpful for podcast feeds.
Bumping priority since I'm working on #44.
Reverting this because of occasional DNS errors when running parallel jobs. It could be this issue: https://github.com/nodejs/node-v0.x-archive/issues/5545 Or it could be an OS or DNS server limitation.
Running into this as well, for a schedule that's "every 1 hours". Here's how it's been running today... ``` 04/14/16 12:59:59 04/14/16 13:00:00 04/14/16 13:59:59 04/14/16 14:00:00 04/14/16 14:59:59 04/14/16...
I installed Bazarr under Docker on a Synology just now -- the config is completely default and it's showing rather high CPU usage. ![Screen Shot 2022-09-30 at 11 54 21...
This is a fresh install on an empty machine -- there is nothing to index. Looking at the logs, it was caught in some kind of loop because the time...
Hey, thanks for checking it out. I tried that but I get the error `Object required: 'CScript'`. I researched this a bit and got as far as changing `start wscript`...
I must respectfully disagree... non-admin apps write to the event log all the time. The windows-eventlog module requires elevation only the first time, and we've done it from C++ apps...
I was able to get this working by querying for that registry key, and then calling eventcreate as admin one time if it's not there. ``` _eventSourceReady: false, // Register...