sanity-plugin-podcast

1.0.2 • Public • Published

sanity-plugin-podcast

Sanity Podcast Server Logo

Podcast plugin for Sanity that creates schemas for podcasts and episodes with necessary iTunes data. You can make as many podcasts with as many episodes as you want. You can also cross publish episodes to multiple podcasts (if that ever makes sense). Sanity also takes care of the file hosting with CDNs that makes your episodes download fast wherever your listeners are.

Note: You still need a service to translate the data output to a valid RSS-feed.

Installation 📦

sanity install podcast

Usage 🔧

This plugin adds two document shchemas to your Sanity dataset: Podcast and Episode. You can create as many podcasts as you want, and attach episodes to them. This plugin supports cross-posting episodes to multiple podcast, but as for now the podcast episodes will have the same metadata for any podcast it is attached to.

Get the podcast on the ether! 🎧

In these schemas you will have most of the fields you'll need to publish a podcast. In order to actually get a podcast on the ether, you will need a service to generate and host a RSS-feed. If you don't want to make your own, you can either clone/fork the node-based Sanity Podcast Server or just simply use the free service by adding https://www.sanitypodcastfeed.com to your CORS-settings and accessing your feed at https://www.sanitypodcastfeed.com/<projectid>/<dataset>/<podcastslug>/rss.

You can validate your podcast feed at castfeedvalidator.com/?url=https://www.sanitypodcastfeed.com/<projectid>/<dataset>/<podcastslug>/rss.

You probably want to add your podcast to the iTunes Podcast directory. You can read about the various steps at Apple’s Podcast Connect.

License

MIT-licensed. See LICENSE.

Package Sidebar

Install

npm i sanity-plugin-podcast

Weekly Downloads

1

Version

1.0.2

License

MIT

Unpacked Size

158 kB

Total Files

35

Last publish

Collaborators

  • kmelve