Asheeown Posted February 20, 2008 Share Posted February 20, 2008 I am building a media player and when I upload the songs is their anyway to read the deep information of the file like album name, artist, or duration. I mostly need it for track numbers though, so if it even was for that, it would be great. Link to comment https://forums.phpfreaks.com/topic/92010-uploading-music/ Share on other sites More sharing options...
Asheeown Posted February 20, 2008 Author Share Posted February 20, 2008 If so many programs can extract that one certain part of the song details why can't a web based language do it? Anyone have any ideas at all? Link to comment https://forums.phpfreaks.com/topic/92010-uploading-music/#findComment-471312 Share on other sites More sharing options...
rofl90 Posted February 20, 2008 Share Posted February 20, 2008 Php is dynamic, but not that dynamic, maybe you could get your users to download an .exe before they upload, and have them fill in some hidden fields via that but other than that... you'd probably need to get em to do it there selves. Link to comment https://forums.phpfreaks.com/topic/92010-uploading-music/#findComment-471340 Share on other sites More sharing options...
mainewoods Posted February 20, 2008 Share Posted February 20, 2008 php has ID3 functions that you can use to extract the info from mp3 files: http://www.php.net/manual/en/ref.id3.php Link to comment https://forums.phpfreaks.com/topic/92010-uploading-music/#findComment-471344 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.