How to bring mp3 file information on jplayer

馋奶兔 提交于 2019-12-12 18:14:58

问题


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

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!