Archive for the 'python' Category

How to Read Remote MP3 File Info Without Downloading Entire File

I’d like to share technique I came up with when I needed to index a lot of mp3 podcasts located on remote servers. It would have taken weeks if downloading entire files, count was on tens of thousands.

Example is in Python, but any other programming language could be used to perform these steps.
Read more »