diff --git a/podcast/easthighnerd_cast.conf b/podcast/easthighnerd_cast.conf new file mode 100644 index 00000000..9a574b8e --- /dev/null +++ b/podcast/easthighnerd_cast.conf @@ -0,0 +1,18 @@ +# Title of the podcast +PODCAST_TITLE="easthighNerd Cast" + +# Non-file URL for where the RSS feed file is stored +PODCAST_FEED_URL="https://www.easthighnerd.net/podcast/feed/" + +# URL for the main webpage for the podcast +PODCAST_PAGE_URL="https://www.easthighnerd.net/" + +# Language the podcast is in +# (i.e. en-US, en-GB, it, es, jp) +PODCAST_LANGUAGE="en-US" + +# Description of the podcast itself +PODCAST_DESCRIPTION="A podcast about nothing really" + +# URL to the image used for the podcast's artwork +PODCAST_IMAGE_URL="https://www.easthighnerd.net/res/img/podcast.jpg" \ No newline at end of file diff --git a/podcast/feed/feed.xml b/podcast/feed/feed.xml new file mode 100644 index 00000000..31ae5b71 --- /dev/null +++ b/podcast/feed/feed.xml @@ -0,0 +1,53 @@ + + + + + easthighNerd Cast + + + + https://www.easthighnerd.net/ + + + en-US + + + Mon, 26 Dec 2022 02:42:22 +0000 + + + A podcast about nothing really + + + + https://www.easthighnerd.net/res/img/podcast.jpg + + + easthighNerd Cast + + + https://www.easthighnerd.net/ + + + + + S00-E00 Feed Filler Introduction + + + https://www.easthighnerd.net/podcast/season-00/episode-00 + + + Mon, 26 Dec 2022 03:00:00 +0000 + + + It's season 00, episode 00 of the easthighNerd Cast + + In this episode, we're populating the RSS feed + + We're also testing out the script I made for producing and updating the feed's XML file + + We'll also see how good my initial attempts at audio editing are + + + + + diff --git a/podcast/season-00/episode-00/easthighnerd_cast-s00-e00.conf b/podcast/season-00/episode-00/easthighnerd_cast-s00-e00.conf new file mode 100644 index 00000000..87c0f23f --- /dev/null +++ b/podcast/season-00/episode-00/easthighnerd_cast-s00-e00.conf @@ -0,0 +1,28 @@ +# Title of the podcast episode +PODCAST_EPISODE_TITLE="S00-E00 Feed Filler Introduction" + +# URL for the webpage for the podcast episode +PODCAST_EPISODE_PAGE_URL="https://www.easthighnerd.net/podcast/season-00/episode-00" + +# Publish date for the podcast episode +# (Can be set to a future time) +# (Must be formated as Day, DD Mon YYYY HH:MM:SS +TTTT) +# (i.e. Sun, 25 Dec 2022 00:00:00 +0000) +PODCAST_EPISODE_PUBLISH_DATE="Mon, 26 Dec 2022 03:00:00 +0000" + +# Description of the podcast episode +# (Use ${NEWLINE}, with no spaces before or after, to add a +# single newline) +# (Use ${DNEWLINE}, with no spaces before or after, to add a +# double newline) +PODCAST_EPISODE_DESCRIPTION="It's season 00, episode 00 of the easthighNerd Cast${DNEWLINE}In this episode, we're populating the RSS feed${DNEWLINE}We're also testing out the script I made for producing and updating the feed's XML file${DNEWLINE}We'll also see how good my initial attempts at audio editing are" + +# URL to the audio file for the podcast episode +PODCAST_EPISODE_FILE_URL="${PODCAST_EPISODE_PAGE_URL}/easthighnerd_cast-s00-e00.ogg" + +# Audio type of the podcast episode file +# (i.e. mp3, ogg) +PODCAST_EPISODE_AUDIO_TYPE="ogg" + +# Size (in Bytes) of the audio file for the podcast episode +PODCAST_EPISODE_FILE_SIZE="0" \ No newline at end of file diff --git a/podcast/season-00/episode-00/easthighnerd_cast-s00-e00.ogg b/podcast/season-00/episode-00/easthighnerd_cast-s00-e00.ogg new file mode 100644 index 00000000..7b02900b Binary files /dev/null and b/podcast/season-00/episode-00/easthighnerd_cast-s00-e00.ogg differ diff --git a/res/img/podcast.jpg b/res/img/podcast.jpg new file mode 100644 index 00000000..79fbc0ce Binary files /dev/null and b/res/img/podcast.jpg differ