Closed shawlz closed 4 years ago
What do you mean with the mp3 files being on local storage? I don't think there should be any difference between having the file on S3 or any other http server.
Same issue here. I cannot extract artwork when trying to read from S3
ID3.loadTags(http://s3.aws.com/file.mp3, function () {...
do I have to download the mp3 files to extract the artwork or just extract it from s3 file directly?
I'm not sure if I understand your question. The library will download the necessary bytes to read the artwork.
Also, please use jsmediatags as I no longer support this one.
On Tue, Jan 10, 2017 at 06:08 Ayaz Hussein notifications@github.com wrote:
do I have to download the mp3 files to extract the artwork or just extract it from s3 file directly?
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/aadsm/JavaScript-ID3-Reader/issues/49#issuecomment-271584025, or mute the thread https://github.com/notifications/unsubscribe-auth/AAExKs8NsPMuqojgEX6DTLUL0MGiL6Moks5rQ5DqgaJpZM4D3uyI .
Hello,
I have files MP3 in S3 and I'll like to extract the tags and album art from the files. I'm currently extracting successfully the tags but the picture tag is not extracted.
When I use the FileReader API when the MP3 file is on local storage it extracts it successfully. Can you please advise on how I can achieve this on S3?