Podcast My Folder
For one of my projects i needed a small, easy to maintain, and more important database free script that would allow me to syndicate all mp3 files from a folder and after some researching i found a script at https://cantonbecker.com that it does what i need.
The only problem was the configuration (folder locations and URL’s that must be set for each folder by the user), so i automated these settings.
Now, you can copy the php file from one folder to another and it will work without having to deal with these settings. I also modified a bit the generated XML output for my needs. The podcast content looks like this: https://www.radiodj.ro/demos/feed/
For this particular project, every DJ has it’s own folder located on a server and a ftp account to upload the show. In the RadioDJ the show is added as a podcast, so will always play the newest file.
Feel free to use this script for your projects, or your syndicated show.
You can download the file from the downloads page.