remoteItem change

pull/536/head
Dave Jones 2023-05-11 10:08:45 -05:00
rodzic 8ffb44afd1
commit ee2fcc2a03
1 zmienionych plików z 8 dodań i 5 usunięć

Wyświetl plik

@ -1074,7 +1074,10 @@ common use, this list will be updated by the community to reflect that.
<br><br><br><br><!-- Tag block -->
## Remote Item
`<podcast:remoteItem>`<br><br>
This element provides a way to "point" to another feed or an `<item>` in another feed.
This element provides a way to "point" to another feed or an `<item>` in another feed in order to obtain some sort of
data that the other feed or feed item has. This allows a podcast app to know where to go and fetch the data being
requested. What data is being requested is determined by the parent item. For instance, if the parent item is a
`<podcast:podroll>` element, then the remote feed's `<channel>` metadata is needed.
### Parent
&nbsp; `<channel>` or `<podcast:podroll>` or `<podcast:valueTimeSplit>`
@ -1083,11 +1086,11 @@ This element provides a way to "point" to another feed or an `<item>` in another
&nbsp; Multiple
### Attributes
- **feedGuid** (required) The `<podcast:guid>` of the remote feed being pointed to.
- **feedUrl** (optional) The url of the remote feed being pointed to.
- **itemGuid** (optional) If this remote item element is intended to point to an `<item>` in the remote feed, this
- `feedGuid` (required) The `<podcast:guid>` of the remote feed being pointed to.
- `feedUrl` (optional) The url of the remote feed being pointed to.
- `itemGuid` (optional) If this remote item element is intended to point to an `<item>` in the remote feed, this
attribute should contain the value of the `<guid>` of that `<item>`.
- **medium** (optional) If the feed being pointed to is not of medium type 'podcast', this attribute should contain it's
- `medium` (optional) If the feed being pointed to is not of medium type 'podcast', this attribute should contain it's
`<podcast:medium>` type from the list of types available in this document.
### Examples