Ok i want to know how i would go about editing MP3 file info with PHP.
i have over 2000+ tracks where the artist and song name is round the wrong way.
also i would like to know how to get a MP3 files info so it could be displayed on a webpage.
so i guess if i knew how to a) get the info from the file
and b) save info
i could simply have a program have somekind of while theres unedited mp3s keep reading the info have it save the "track name" as the artist and the "artist" as the track name. and have it do this.
Well, if you don't really need to edit the info, can't you just do a while loop to get the names of all of the files, and then explode the array with the "-"?
yes, but i dont know of any tage edior whcih will switch all the artist and song name around.
and no it wouldnt work like that for the simple fact the 2000+ tracks im talking about is a EVERY SINGLE No1 since they began in 1958
and there for i dont need the smart A** software to go in and go thats from this ablum thats track no 8 etc etc etc
and also i want to write a php application for a music libaray where the ability to read tag info would be a BIG bonus.
i downloaded it and cant see how to modify it myself, but i emailed the author asking if he could help me do a script to do what i need, but im not sure how likly the guy is to reply :P