kopia lustrzana https://github.com/Podcastindex-org/podcast-namespace
remoteItem change
rodzic
8ffb44afd1
commit
ee2fcc2a03
13
docs/1.0.md
13
docs/1.0.md
|
@ -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
|
||||
`<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
|
|||
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
|
||||
|
|
Ładowanie…
Reference in New Issue