-
Notifications
You must be signed in to change notification settings - Fork 604
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Donloading in MP3 crashes the application #1188
Comments
Hey, |
I can confirm that MP3 downloads also crash my application. (Running on Arch Linux, installed through the AUR) |
Confirmed. this happens on macOS as well for me. |
Confirmed, this happens to me on windows. |
OPUS codec fixes the problem. If you want it in mp3, use FormatFactory to convert it or FFMPEG (maybe it should do the trick, i don't really know bcz I don,'t use it so much). |
Nevermind, Formatfactory doesn't support opus. |
Confirmed. Windows 10 application crashes when downloading to mp3 only if the Discord plugin is enabled. The crash happens either when converting or sometimes when writing id3 tags. |
Are you experiencing these issues with this version as well? If you don't trust this file, follow the below link and build it yourself. https://github.com/organization/youtube-music-next/tree/feat/typescript |
Interesting, I installed JellyBrick's fork over the original. The application no longer crashes, however, some songs result in an error and fail when the application normally would have crashed. I then installed the original over JellyBrick's fork and now everything works as expected. 🤷♂️ 😕😵 |
Could I get the link to the "some songs"? |
Hey,
after a while I've come to use the downloader plugin once more, only to find the whole application crashing when downloading anything in MP3.
I'm not completely certain - but I think to have seen it working under 1.20 already on my windows 11 machine. So theoretically nothing should have changed, or are plugins updated silently in the background, separately from the main application? My OS environment should also be pretty much unchanged, execept for some small cumulative Windows updates maybe.
Downloading in opus works flawlessly - and faster, without the conversion to MP3 - but I really like having my id3 data. Thank you for adding that btw.
Greetings
TJW65
The text was updated successfully, but these errors were encountered: