0.17.0 - Added <podcast:valueTimeSplit> support #26
vnali
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Since 0.17.0, Studio plugin added support for podcast:valueTimeSplit.
You can have the
<podcast:valueTimeSplit>
tag in different ways:when you create an episode chapter you can specify a remote item or local recipients for this chapter time range.
So the plugin creates a
podcast:valueTimeSplit
for each chapter based on the start time and end time of each chapter and thesepodcast:valueTimeSplit
tags are appended to thepodcast:value
of that episode.When you create an episode soundbite you can specify a remote item or local recipient for this chapter time range.
So the plugin creates a
podcast:valueTimeSplit
for each soundbite based on the start time and duration of each soundbite and thesepodcast:valueTimeSplit
tags are appended to thepodcast:value
of that episode.there should be three block types in the recipient matrix field so when you create a value item for the episode you can have a local recipient, a time-split remote item recipient or a time-split local recipient.
Beta Was this translation helpful? Give feedback.
All reactions