You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is bug of NodeID3: looks like that mp3 file has broken tags or something like that. Cause in removeTagsFromBuffer it received wrong size it brakes down and remove empty buffer
@pahan35 I realized the issue with NodeID3. They keep messing things up.
If you take a look at one of my recent projects PizzaPi, I figured it might be an issue with the file metadata received back from the YTDL.
In my PizzaPi project, I download the song straight up as a video from the python version of YTDL, and then use ffmpeg to convert the video to mp3. It handles it much better.
This file is broken after plugin processing
The text was updated successfully, but these errors were encountered: