If you want to podcast your mp3s but you don't want to figure out blogging, RSS, MIME enclosures, just use this single (free) PHP script to turn your folder of mp3s into a bonafide podcast. Thanks Canton! Link.
DIY podcasting PHP script for sharing MP3s
If you want to podcast your mp3s but you don't want to figure out blogging, RSS, MIME enclosures, just use this single (free) PHP script to turn your folder of mp3s into a bonafide podcast. Thanks Canton! Link.
Recent Entries
- Cigar box music player
- The 'bike tree', an automatic storage system for cycles, can hold up to 6,000 bikes
- Building a folding table
- Maker Shed weekly wrap-up
- The Chumby has landed!
- Brainwave sofa by Unfold & Lucas Maassen
- Full MIDI drumset with Guitar Hero and Rock Band drums
- Hole punched art
- Portable induction accelerator
- Make: Halloween Contest 2009 - WINNERS!
Comments
Oldest comments listed first.
Leave a comment
Subscribe to MAKE Magazine!
Subscribe today, save 42% and get web access to MAKE free. MAKE Digital Edition is available only to subscribers.
$34.95 / 1 year
(4 Quarterly Issues)































cool, at last some software hack, pt!
Reply to this comment
For what I was looking for this code seemed to be a better fit. Instead of having to build a text file for each MP3, it will automatically create a description from the id3 tag(i.e. Title, Artist, Album). It is also free and very well commented.
Link
Reply to this comment
Copy and paste the script below into a text editor. Configure all the required variables (e.g. file path and URL to your mp3s.)
Save it on your webserver, somewhere nearby your mp3s. Name it something like 'music-feed.php'. The URL to this php file will be the URL listeners will use to subscribe to your feed. It's common practice to add a little orange XML button like that links to your feed from some standard web page that talks about it. Like this one, which links to my own music feed:
For each mp3 that you want to include in your podcast, create a correspondingly named text file that contains a little bit of information about the mp3. (Just a line or two. Basic HTML is okay.) This marks your mp3 as "ready for distribution." http://www.vcao.net
So, if you have a mp3 called 'loud-song.mp3' then, in the same directory as the mp3, make a text file called 'loud-song.txt'.
That's all. Enjoy!
Reply to this comment