I want to pick up MP3 tag information on the web.

Asked 1 years ago, Updated 1 years ago, 34 views

Thank you for your help.

I would like to make a simple music player (MP3 only) with Html5.

Tag information included in MP3 (information such as artist name and title) I would like to display it.
http://kiritter.hatenablog.com/entry/2013/04/25/210906
I tried the above site, but it didn't work at all.

I know I can do it with PHP, but I want to get it as light as possible.
It would be preferable if only Html5 or using javascript(jquery), but
Is that possible?

I would appreciate it if you could provide me with samples.

Thank you for your cooperation.

javascript html

2022-09-30 19:47

1 Answers

I tried the site and it worked.
Of course it won't work if I use an old browser.

As it says, it's not that difficult to get a binary.
There are many versions of ID3 tags that contain information, so that's troubling, but you can see the format here.
http://akabeko.me/blog/memo/mp3/


2022-09-30 19:47

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.