How to bring mp3 file information on jplayer
问题 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