kopia lustrzana https://github.com/Podcastindex-org/podcast-namespace
XMLNS - person tag
rodzic
0ec3e5221c
commit
5815041f91
36
docs/1.0.md
36
docs/1.0.md
|
@ -129,3 +129,39 @@ Multiple
|
|||
Please do not exceed `128 characters` for the node value or it may be truncated by aggregators.
|
||||
|
||||
<br><br>
|
||||
|
||||
## Person
|
||||
`<podcast:person>`
|
||||
This element specifies a person of interest to the podcast. It is primarily intended to identify people like hosts, co-hosts and guests. Although, it is flexible enough to allow fuller credits to be given using the roles and groups that are listed in the [Podcast Taxonomy Project](https://podcasttaxonomy.com/)
|
||||
|
||||
#### Parent
|
||||
`<item>`
|
||||
|
||||
#### Count
|
||||
Multiple
|
||||
|
||||
#### Node value (required)
|
||||
This is the full name or alias of the person.
|
||||
|
||||
#### Attributes
|
||||
- **role:** (optional) Used to identify what role the person serves on the show or episode. This should be a reference to an official role within the Podcast Taxonomy Project list (see below). If `role` is missing then "host" is assumed.
|
||||
- **group:** (optional) This should be a camel-cased, alphanumeric reference to an official group within the Podcast Taxonomy Project list. If `group` is not present, then "cast" is assumed.
|
||||
- **img:** (optional) This is the url of a picture or avatar of the person.
|
||||
- **href:** (optional) The url to a relevant resource of information about the person, such as a homepage or third-party profile platform. Please see the [example feed](example.xml) for possible choices of what to use here.
|
||||
|
||||
The maximum recommended string length of each attribute value, and the tag's node value is 128 characters.
|
||||
|
||||
The `role` and `group` tags are case-insensitive. So, "Host" is the same as "host".
|
||||
|
||||
The full taxonomy list is [here](taxonomy.json) as a json file.
|
||||
|
||||
#### Examples
|
||||
`<podcast:person href="https://example.com/johnsmith/blog" img="http://example.com/images/johnsmith.jpg">John Smith</podcast:person>`
|
||||
|
||||
`<podcast:person role="guest" href="https://www.imdb.com/name/nm0427852888/" img="http://example.com/images/janedoe.jpg">Jane Doe</podcast:person>`
|
||||
|
||||
`<podcast:person role="guest" href="https://www.wikipedia/alicebrown" img="http://example.com/images/alicebrown.jpg">Alice Brown</podcast:person>`
|
||||
|
||||
`<podcast:person group="writing" role="guest" href="https://www.wikipedia/alicebrown" img="http://example.com/images/alicebrown.jpg">Alice Brown</podcast:person>`
|
||||
|
||||
<br><br>
|
Ładowanie…
Reference in New Issue