Podcast module
Log project parent
Tech Stack
Log notes
I am using a custom module that is already installed in the site - it allows multiple podcasts from a single Drupal site - the module settings allows you to create the podcast ID and channel data - the content type node selects the associated podcast ID.
each node provides the RSS item data including the enclosure. A controller creates the RSS feed for the podcast aggregators.
below is the composer require code
Log Code
"repositories": [
{
"type": "vcs",
"url": "https://github.com/bauerhaus/red_buoy_pod"
}
],
"require": {
"drupal/redbuoy_media_pod": "^0.9.22",
},
Log entry date
