Feed

swapeCaster

admin on Apr 22nd 2008

swapeCaster is a free video/music podcasting script.
All you have to do is unzip the files in your web server, put your music/video files under the "files/" directory.
Point your podcast program (iTunes) to the place where you have the feed.php file and it will automatically generate podcast feed.

Configuration:
Just edit the lines in feed.php file to match your server address and other important stuff.

< ?php
//------ Config
$fileDirectory = "./files/"; // path to files
$webURL = "http://somewhere.com/feeds/files/"; // path to files from the web
$title = "Alireza Balouch private videoCasting"; // Title of the feed
$website = "http://www.swape.net";	// your homepage
$description = "My podcast";		// Description of the file
$authorEmail = "me@myplace.com";	// Your email adress
$copyright = "These works are licensed under a Creative Commons License (Some Rights Reserved)"; // Copyright stuff
$ttl = 1441;	// Time to live
//------
?>

Download: SwapeCaster v0.9 (4.03 KB)

Filed in Scripts | No responses yet

Trackback URI |

Leave a Reply

You must be logged in to post a comment.