Added <podcast:value> support #22
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.14.0, Studio plugin added support for podcast:value.
Steps to provide
<podcast:value>
in podcast RSS for<channel>
or<item>
elements:For generating
<podcast:value>
tags, there should be an entry field for representing value items. you can usepodcastValue
/episodeValue
default handles or you can specify this handle on the config/studio.php file in your project.In our example, we specified the
value4value
handle for both podcast and episode.value4value
with source selected as value4value section.valueSuggested
handle to the value4value section/entry type.valueType
handle.valueMethod
handle.recipient
(Craft 4) orvalueRecipient
(Craft 5) handle and these block types/entry types:recipient
,remoteItemTimeSplit
,recipientTimeSplit
.recipient
block type and add these fields to this block type/entry type:fee
handle.split
handle.userRecipient
handle.recipientType
,recipientAddress
,recipientCustomKey
, andrecipientCustomValue
to the user field layout.entryRecipient
handle with created section/entry type as the source.recipientType
,recipientAddress
,recipientCustomKey
, andrecipientCustomValue
to the entry field layout.otherRecipients
handlerecipientName
,recipientType
,recipientAddress
,recipientCustomKey
, andrecipientCustomValue
remoteItemTimeSplit
block type and add these fields to this block type:startTime
,duration
,remotePercentage
,remoteStartTime
, andremoteItem
fields for this block typeremoteItem
is an entry field and the source of this entry field should be a section/entry type with these handles -feedGuid
,feedUrl
,itemGuid
,medium
-.recipientTimeSplit
block type and add these fields to this block type:startTime
,duration
, andrecipient
fields for this block typeuserRecipient
,entryRecipient
,split
, andfee
value4value
entry to the podcast/episode.podcast:value
tag based on thevalue4value
field.This video only demonstrated how
podcast:value
is generated and the values used in this video are unreal. make sure to read podcast:value to understand how you should use correct values forpodcast:value
attributes -suggested, customKey, customValue, ...-Beta Was this translation helpful? Give feedback.
All reactions