Closed dellagustin closed 8 years ago
I just saw the information about jsmediatags. I'll retry with this other project.
Solved when migrating to jsmediatags.
Good to hear!
For anyone else: I've found that it seems to struggle with multiple covers, throws an error: id3-reader Uncaught TypeError: Cannot read properties of undefined (reading 'data')
I used mp3tag to remove all but one image from files and all good. Looks like loads of editing ahead...:sigh
I like this code, it is the only code I've found that doesn't need Node or for the user to use a html file reader - it can read a file on the server directly - yay. It's taken me ages to get my head around, but it now does the job.
我已收到您的邮件 :)
Translates as: I have received your email ??? :)
I'm using this tool in a podcast subscription extension for chrome (https://chrome.google.com/webstore/detail/podstation/bpcagekijmfcocgjlnnhpdogbplajjfn).
I don't know if the issue is in the way I'm using it or in the tool itself, but for some MP3s the image is not being read properly.
One example is: http://200.147.22.65/meialua/podcast/meialuacast_078_donkey_kong.mp3 The image looks like:
and should be:
Here is the code I'm using
where audioPlayer.src is the MP3 URL.