0.7.0 - Added <podcast:soundbite> support and a soundbite generator tool #5
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.7.0, Studio plugin added support for podcast:soundbite and now has a soundbite generator tool.
Updated to apply changes on newer version
For generating
<podcast:soundbite>
tag, there should be a matrix field for representing soundbite item. you can useepisodeSoundbite
default handle or you can specify this handle on config/studio.php file on your project.Steps to provide
<podcast:soundbite>
in your episode and podcast RSS:soundbite
or you can specify this block type handle byepisodeSoundbiteBlockType
config item.soundbite
block type or super table:startTime
,duration
,soundbiteTitle
.startTime
andduration
are required fields and each soundbite block must have value for these fields. soundbites without these fields are ignored when plugin createsoundbite
element for RSS page.podcast:valueTimeSplit
for this soundbite for a remote item recipient:remoteItem
handle to thesoundbite
block.feedGuid
,feedUrl
,itemGuid
,medium
-.remotePercentage
andremoteStartTime
handles to thesoundbite
block.podcast:valueTimeSplit
for this soundbite for local recipients:recipient
handle to thesoundbite
block with these fields:userRecipient
,entryRecipient
,split
andfee
.Soundbite generator tool
There is a new tool to make generating soundbites easier by filling
startTime
,duration
andsoundbiteTitle
fields automatically.There is a video that shows how it works:
podcast-soundbite.mp4
Beta Was this translation helpful? Give feedback.
All reactions