Nota
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Reproductor multimedia de Windows 11 proporciona una característica de agregador RSS que permite a los usuarios almacenar contenido obtenido de podcasts en sus equipos. En este tema se describen los elementos XML que se encuentran en una fuente RSS. Además, asigna estos elementos RSS a las propiedades de windows Media Administrador de dispositivos.
Los elementos de una fuente RSS tienen la siguiente jerarquía y atributos:
<channel>
<title />
<link />
<description />
<language />
<copyright />
<managingEditor />
<webMaster />
<pubDate />
<lastBuildDate />
<category />
<generator />
<docs />
<cloud />
<ttl />
<image>
<url />
<title />
<link />
<width />
<height />
<description />
</image>
<rating />
<textInput>
<title />
<description />
<name />
<link />
</textInput>
<skipHours />
<skipDays />
<item>
<title />
<link />
<description />
<author />
<category domain = " "/>
<comments />
<enclousure url = " " length = " " type = " "/>
<guid isPermaLink = " "/>
<pubDate />
<source url = " " />
</item>
</channel>
En la tabla siguiente se enumeran los elementos de canal de una fuente RSS y las propiedades de windows Media Administrador de dispositivos correspondientes.
Elemento Channel | Estado | Propiedad de Administrador de dispositivos de Windows Media correspondiente |
---|---|---|
category | Opcionales | g_wszWMDMGenre |
cloud | No aplicable | No aplicable |
copyright | Opcionales | g_wszWMDMProviderCopyright |
description | Requerido | g_wszWMDMDescription |
Documentación | No aplicable | No aplicable |
generador | No aplicable | No aplicable |
language | No aplicable | No aplicable |
lastBuildDate | Opcionales | g_wszWMDMLastModifiedDate |
link | Obligatorio | g_wszWMDMDestinationURL |
managingEditor | Opcionales | g_wszWMDMEditor |
pubDate | Opcionales | g_wszWMDMYear |
rating | No aplicable | No aplicable |
skipDays | No aplicable | No aplicable |
skipHours | No aplicable | No aplicable |
Textinput | No aplicable | No aplicable |
title | Obligatorio | g_wszWMDMTitle |
ttl | Opcionales | g_wszWMDMTimeToLive |
Webmaster | Opcionales | g_wszWMDMWebMaster |
En la tabla siguiente se enumeran los elementos de imagen de una fuente RSS y las propiedades WMDM correspondientes.
Elemento Image | Estado | Propiedad de Administrador de dispositivos de Windows Media correspondiente |
---|---|---|
description | Opcionales | g_wszWMDMDescription |
height | Opcionales | g_wszWMDMHeight |
link | Opcionales | g_wszWMDMDestinationURL |
title | Opcionales | g_wszWMDMTitle |
url | Opcionales | g_wszWMDMSourceURL |
width | Opcionales | g_wszWMDMWidth |
En la tabla siguiente se enumeran los elementos de elemento de una fuente RSS y las propiedades de windows Media Administrador de dispositivos correspondientes.
Elemento Item | Atributo | Estado | Propiedad de Administrador de dispositivos de Windows Media correspondiente |
---|---|---|---|
autor | Opcionales | g_wszWMDMAuthor | |
category | Opcionales | g_wszWMDMGenre | |
dominio | No aplicable | No aplicable | |
description | Opcionales | g_wszWMDMDescription | |
Recinto | Opcionales | No aplicable | |
length | Obligatorio | g_wszWMDMFileSize | |
type | Obligatorio | (El tipo MIME debe asignarse al tipo de contenido de la propiedad). | |
url | Obligatorio | g_wszWMDMSourceURL | |
guid | Opcionales | g_wszWMDMediaGuid | |
isPermaLink | No aplicable | No aplicable | |
link | Opcionales | g_wszWMDMDestinationURL | |
pubDate | Opcionales | g_wszWMDMYear | |
source | No aplicable | No aplicable | |
title | Opcionales | g_wszWMDMTitle |
Ejemplo
En el ejemplo siguiente se muestra una fuente RSS completa para un podcast ficticio proporcionado por el CEO de una empresa de publicación.
<channel>
<title>The Digital Publication</title>
<link>https://www.lucernepublishing.com/podcasting</link>
<description>Lucerne Publishing CEO Peter Bankov takes a look at the latest trends in online publications.</description>
<language>en-us</language>
<copyright>2006 Lucerne Publishing LP, LLLP. All Rights Reserved.</copyright>
<managingEditor>someone@example.com</managingEditor>
<webMaster>someone@example.com</webMaster>
<pubDate>Fri, 9 June 2006 14:00:28 EDT</pubDate>
<lastBuildDate Fri, 9 June 2006 14:00:28 EDT />
<category>News</category>
<generator>Podcaster version 1.0</generator>
<docs>https://www.lucernepublishing.com/tech/rss</docs>
<cloud />
<ttl>240</ttl>
<rating />
<textInput />
<skipHours />
<skipDays />
<image>
<url>https://www.lucernepublishing.com/images/logo.gif</url>
<title>Lucerne Publishing</title>
<link>https://www.lucernepublishing.com/community/podcasts</link>
<width>300</width>
<height>300</height>
<description>Lucerne Logo</description>
</image>
<item>
<title>The Digital Publication</title>
<link>https://www.lucernepublishing/services/podcasting/digital.publishing/audio/2006/06/digital0601.mp3</link>
<description>Online publications are rapidly changing. A publishing house CEO examines the trends of the past five years and their implications.</description>
<author>Lucerne</author>
<category>News</category>
<comments />
<enclosure url="https://www.lucernepublishing/services/podcasting/digital.publishing/audio/2006/06/digital0601.mp3" length="10329011" type="audio/mpeg" />
<guid>https://www.lucernepublishing/services/podcasting/digital.publishing/audio/2006/06/digital0601.mp3</guid>
<pubDate>Thur, 1 June 2006 14:00:28 EDT</pubDate>
<source />
</item>
</channel>
Asignación de elementos de canal RSS a valores de propiedad de Windows Media Administrador de dispositivos
En la tabla siguiente se describe cómo los valores de los elementos canal RSS del ejemplo anterior se asignan a determinadas propiedades de Windows Media Administrador de dispositivos.
Propiedad Administrador de dispositivos de Windows Media | Value |
---|---|
g_wszWMDMAuthorDate | Fri, 9 de junio de 2006 14:00:28 EDT |
g_wszWMDMDESCRIPTION | El CEO de Lucerne Publishing Peter Bankov echa un vistazo a las últimas tendencias en publicaciones en línea. |
g_wszWMDMDESTINATION_URL | https://www.lucernepublishing/services/podcasting |
g_wszWMDMEDITOR | someone@example.com |
g_wszWMDMFileCreationDate | Fri, 9 de junio de 2006 14:00:28 EDT |
g_wszWMDMFileName | Publicación digital |
g_wszWMDMFileSize | 13,790 |
g_wszWMDMFormatCode | WMDM_FORMATCODE_MEDIA_CAST |
g_wszWMDMGENRE | Noticias |
g_wszWMDMLAST_MODIFIED_DATE | Fri, 9 de junio de 2006 14:00:28 EDT |
g_wszWMDMLastModifiedDate | Fri, 9 de junio de 2006 14:00:28 EDT |
g_wszWMDMProviderCopyright | 2006 Lucerne Publishing LP, LLLP. All Rights Reserved. |
g_wszWMDMTimeToLive | 240 |
g_wszWMDMTitle | Publicación digital |
g_wszWMDMWEBMASTER | someone@example.com |
g_wszWMDMYear | Fri, 9 de junio de 2006 14:00:28 EDT |
Asignación de elementos de imagen RSS a valores de propiedad de Windows Media Administrador de dispositivos
En la tabla siguiente se describe cómo los valores de los elementos RSS Image del ejemplo anterior se asignan a determinadas propiedades de Windows Media Administrador de dispositivos.
Propiedad Administrador de dispositivos de Windows Media | Value |
---|---|
g_wszWMDMAlbumCoverFormat | WPD_OBJECT_FORMAT_GIF |
g_wszWMDMAlbumCoverSize | 512 |
g_wszWMDMDescription | Logotipo de Lucerne |
g_wszWMDMDestinationURL | www.lucernepublishing.com/community/podcasts |
g_wszWMDMHeight | 300 |
g_wszWMDMSourceURL | https://www.lucernepublishing.com/images/logo.gif |
g_wszWMDMTitle | Publicación de Lucerne |
g_wszWMDMWidth | 300 |
Asignación de elementos RSS a valores de propiedad de Windows Media Administrador de dispositivos
En la tabla siguiente se describe cómo los valores de los elementos RSS Item del ejemplo anterior se asignan a determinadas propiedades de Windows Media Administrador de dispositivos.
Propiedad Administrador de dispositivos de Windows Media | Value |
---|---|
g_wszWMDMAuthor | Lucerna |
g_wszWMDMAuthorDate | Jueves, 1 de junio de 2006 14:00:28 EDT |
g_wszWMDMDescription | Las publicaciones en línea cambian rápidamente. Un director general de la editorial examina las tendencias de los últimos cinco años y sus implicaciones. |
g_wszWMDMDestinationURL | https://www.lucernepublishing/services/podcasting/digital.publishing/audio/2006/06/digital0601.mp3 |
g_wszWMDMDuration | 120325445 |
g_wszWMDMFileCreationDate | Jueves, 1 de junio de 2006 14:00:28 EDT |
g_wszWMDMFileSize | 10329011 |
g_wszWMDMFormatCode | WMDM_FORMATCODE_MP3 |
g_wszWMDMGenre | Noticias |
g_wszWMDMLastModifiedDate | Jueves, 1 de junio de 2006 14:00:28 EDT |
g_wszWMDMMediaGuid | https://www.lucernepublishing/services/podcasting/digital.publishing/audio/2006/06/digital0601.mp3 |
g_wszWMDMSourceURL | https://www.lucernepublishing/services/podcasting/digital.publishing/audio/2006/06/digital0601.mp3 |
g_wszWMDMTitle | Publicación digital |
g_wszWMDMYear | Jueves, 1 de junio de 2006 14:00:28 EDT |
Temas relacionados