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
- Tiny solar-powered brass engine in a wineglass
- Maker Shed kiosks at Fry's
- New hackerspace in Chicagoland: Workshop 88
- Mint tin electronics dev kit packs the essentials
- Olympus BioScapes competition winners
- Mac mailbox
- LHC tweets its first circulating beam of 2009
- Building a shop presence notification system
- Vacuum tube prototyping board
- Free LED Cookbook from TI
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