From d2fd035b0f9969156bd224197def658e0408588c Mon Sep 17 00:00:00 2001 From: Silverwizard Date: Fri, 10 Oct 2014 14:31:49 -0400 Subject: [PATCH] Fixed the stupid description error which was a result of me being lazy last night --- FormCast.sh | 2 +- README | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/FormCast.sh b/FormCast.sh index d71f224..539e6e5 100755 --- a/FormCast.sh +++ b/FormCast.sh @@ -1,3 +1,3 @@ #!/bin/sh -BuildCast.pl $@ +BuildCast.pl "$1" "$2" "$3" AddItem.pl $1 `ls|tr '\n' ' '` diff --git a/README b/README index be2ba2d..3da664c 100644 --- a/README +++ b/README @@ -1,6 +1,6 @@ This project exists to turn a set of files, typically mp3s, into a podcast. For this, the files will need to be correctly sorted or sortable. Typically, it should be run with: FormCast.sh Title Description URL -The Title must be a one-word description of the feed. This feed will be named "Title.rss". The Description, which can currently be only one word [FIXME] and should be a fix on the title. The URL is the URL of the feed. Items in the feed must be in the form: http://[URL]/[item] +The Title must be a one-word description of the feed. This feed will be named "Title.rss". The Description, which needs to be escaped in some way (typically "'s). The URL is the URL of the feed. Items in the feed must be in the form: http://[URL]/[item] This program must be run from within a folder full of items you want to attach to your podcast. This program currently leaves it up to the user to order these items. It will add every file in the folder to the feed, and build the RSS feed within that list. This folder must be accessible from the link.