lukereative/silverstripe-podcast

A module for adding a podcast or multiple podcasts to your SilverStripe site. With support for audio, video or other files.

Installs: 296

Dependents: 0

Suggesters: 0

Security: 0

Stars: 9

Watchers: 3

Forks: 9

Open Issues: 4

Type:silverstripe-vendormodule

2.0.5 2019-02-11 09:27 UTC

This package is auto-updated.

Last update: 2024-03-12 02:34:12 UTC


README

A module for adding a podcast or multiple podcasts to your SilverStripe site. With support for audio, video and/or other files.

Requirements

  • SilverStripe CMS ^4.1

Installation

  1. Require the package via composer
$ composer require lukereative/silverstripe-podcast
  1. Run dev/build to rebuild the database.
  2. You will now be able to add a new page type 'Podcast Page'

Usage

  1. Add a 'Podcast Page' in the site tree.
  2. Add your desired podcast details under the 'Podcast' tab and attach a podcast artwork
  3. Add episodes in the 'Episodes' tab by pressing the green 'Add Podcast Episode Button'. On the resulting page enter your desired episode details, attach the episode file and if you want, an episode image.
  4. Once you have added the project page, filled in details and added episodes, you will be able to view your podcast and play/view episodes at the podcast page url. Your RSS Feed https://example.com/$PodcastPage/rss (where $PodcastPage is the URL segment of your page)
  5. Single episodes are linkable/viewable at https://example.com/$PodcastPage/episode/$ID (where $PodcastPage is the URL segment of your podcast page and $ID being the unique ID of the podcast episode, viewable in the CMS)

Contact

Feel free to email me at luke@silverstripe.com with any suggestions, comments or to say thanks. Log any issues on the GitHub repository or feel free to issue a pull request with a fix.