Hey all...great forum!
I am coding a php/curl script which automatically downloads a dozen or so mp3s every day from an afilliates site. However, I am really not interested in getting the whole mp3, but rather just the first 20-30secs.
I know that when I navigate to a site with mp3s and prematurely stop the downloading, I usually end up with a shorter recording, but that still plays fine. So, I am guessing I could just download the first megabyte or 2 of the file. I plan on using the files on my own site. Would this be problematic. Do I need better application for splitting up the files. I rather not waste all the bandwith and server resources.
Thanks!!