I am new to xibo trying to get an RSS feed to display pictures. I couldn’t get it to work. Any idea how i can do it?
Example code:
<rss xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/"
version="2.0">
<channel>
<title>Multimedia - Slideshow</title>
<description>Slideshow</description>
<link>http://multimedia.apa.at</link>
<item>
<title>
<![CDATA[
Multimedia - Slideshow - (Salzburg) Salzburg mit 4:1 gegen
Mattersburg nach 2. Bundesliga-Runde Tabellenführer - APA
]]>
</title>
<description>
<![CDATA[
Salzburg mit 4:1 gegen Mattersburg nach 2. Bundesliga-Runde
Tabellenführer
]]>
</description>
<enclosure url="https://rss.crs.apa.at/attachment/yeNv.jpg"
length="226913" type="image/jpeg"/>
<pubDate>Sun, 4 Aug 2019 20:49:12 +0200</pubDate>
</item>