How to bring mp3 file information on jplayer
I need to bring the mp3 file information like Artist, Album, Wh开发者_StackOverflow中文版o sung the song, Title etc on Jplayer.How can i bring this. Please give me link if there is any tutorial on this.
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...
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)
精彩评论