aadsm / JavaScript-ID3-Reader

ID3 tags reader in JavaScript (ID3v1, ID3v2 and AAC)
http://www.aadsm.net/libraries/id3/
Other
555 stars 145 forks source link

Extracting Album Art from MP3 File in AWS S3 #49

Closed shawlz closed 4 years ago

shawlz commented 9 years ago

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?

aadsm commented 9 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.

zyonnetworks commented 9 years ago

Same issue here. I cannot extract artwork when trying to read from S3

ID3.loadTags(http://s3.aws.com/file.mp3, function () {...

ayazhussein commented 7 years ago

do I have to download the mp3 files to extract the artwork or just extract it from s3 file directly?

aadsm commented 7 years ago

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 .