The V3 contract (#46) will add support for video shows. This means shows (top level objects on the index, not individual episodes) can house content of one of the two distinct types: audio, or video.
The user flow is that when creating a new show, you select whether the episodes within will be audio or video.
For video shows, we should render the show view differently. Here is an example of the podcast show view.
For video support on the front end, we need:
- A toggle when the "Add new show" in top menu is clicked, specifying it is a video show
- A way to display videos in the show view -- possibly something like a playlist and one focused video, like YouTube
The V3 contract (#46) will add support for video shows. This means shows (top level objects on the index, not individual episodes) can house content of one of the two distinct types: audio, or video.
The user flow is that when creating a new show, you select whether the episodes within will be audio or video.
For video shows, we should render the show view differently. Here is an example of the podcast show view.
For video support on the front end, we need: