开发者

searching music file in a computer

开发者 https://www.devze.com 2023-02-07 04:49 出处:网络
I am making a web site and I want to search and fi开发者_如何学编程lter all the music and play it in my player.

I am making a web site and I want to search and fi开发者_如何学编程lter all the music and play it in my player.

Is it possible? I need help and some ideas.

Thank you!!


You can run a process looking for all files in a directory, and with this library "getid3" in PHP. storing the data in a database, and then do a simple search with PHP in the database for what you want.

EDIT

In case you want to access the user's PC, only you can with tools such as HTA in IE or Chrome extensions with the permission of the user.

0

精彩评论

暂无评论...
验证码 换一张
取 消