I'm using Lewis Smith's playlist_generator.php file to create a playlist for Fabricio Zuardi's Web Music Player. When I tried uploading what appeared to be the MP3 related only files, I had 2 problems. The playlist was created ok, and the player worked ok, but it didn't get the ID3 information from the MP3's. Then because of the fact that PHP's require_once() command doesn't work with url's, I can't put the GetID3 files into a common folder and link to it from all the albums I set up.
That will force me to put a copy of all the GetID3 files in each band's folder, and that will start to add up if I were to add a lot of albums. Not so much in terms of space used, but in total files. My host used to have a 10,000 file limit. So since I don't need any other formats, I was wondering if there is an MP3 only version? If not can someone tell me how to remove the other format files and still allow the program to work?
Thanks in advance...
