问题
I need to bring the mp3 file information like Artist, Album, Who sung the song, Title etc on Jplayer.How can i bring this. Please give me link if there is any tutorial on this.
回答1:
This is not possible with Javascript, you will need a server side language or client side plugin to determine the ID3 information of your MP3 file. However, another option is to store these along in a database when you upload your music which removes the need for reading the ID3 tags...
回答2:
This might help.
(It is not complete solution as you still need to populate jPlayer's playlist. However it will do the tricky part of getting ID tags without any additional help from the server side)
来源:https://stackoverflow.com/questions/6236897/how-to-bring-mp3-file-information-on-jplayer