Closed andrasore closed 5 years ago
This looks like good news! But could anyone please explain in layman terms what I have to do to patch the original files (I'm on windows 10). The only "index.js" file I found is located in C:......\AppData\Local\Programs\AllToMP3\resources\app.asar.unpacked\node_modules\sharp\lib\index.js
Upon inspection it looks like a completely different file. Replacing it predictably didn't work. My program version is 0.3.11.128
I finally released a new version of the app (0.3.12), including this fix.
You didn't do nothing, the problem still there
Hello! When ffmpeg-fluent fails for some reason, the resulting error event won't get handled, and an error is thrown. I added an error handler so the download process won't halt as a consequence of this error.
This should almost fix AllToMP3/alltomp3-app#129: with the patch, only the error'd tracks will be skipped.