techcone Posted May 29, 2009 Share Posted May 29, 2009 How can we modify id tags with php, I googled but could not find any much info, I found one tag renamer but after renaming it is corrupting the data. Any info form gurus ? Link to comment https://forums.phpfreaks.com/topic/160185-mp3-using-php/ Share on other sites More sharing options...
waynew Posted May 29, 2009 Share Posted May 29, 2009 1: Modifying id tags? Am I missing something? What has that got to do with MP3s? 2: When you say id tags, are you talking about the ids that you see in HTML? Such as <div id="name"> ? Link to comment https://forums.phpfreaks.com/topic/160185-mp3-using-php/#findComment-845166 Share on other sites More sharing options...
techcone Posted May 30, 2009 Author Share Posted May 30, 2009 Nopes mate, there are id tags in mp3 like artist , album etc, I want to insert them with help of php. Link to comment https://forums.phpfreaks.com/topic/160185-mp3-using-php/#findComment-845609 Share on other sites More sharing options...
waynew Posted May 30, 2009 Share Posted May 30, 2009 My apologies. You'd be surprised how many people come on here and astound us all with their notions. Tbh, I'm not really sure how to go about doing that. I assume that you're talking about the inbuilt artist information etc, and not just the filename? Link to comment https://forums.phpfreaks.com/topic/160185-mp3-using-php/#findComment-845611 Share on other sites More sharing options...
Axeia Posted May 30, 2009 Share Posted May 30, 2009 http://php.net/manual/en/function.id3-set-tag.php Seems easy enough. Link to comment https://forums.phpfreaks.com/topic/160185-mp3-using-php/#findComment-845612 Share on other sites More sharing options...
waynew Posted May 30, 2009 Share Posted May 30, 2009 I've never looked into this side of PHP. Seems pretty interesting. Link to comment https://forums.phpfreaks.com/topic/160185-mp3-using-php/#findComment-845616 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.