1

Image list not reading from data feed

I'm trying to load images through RSS data feed but it is not being displayed.

I can confirm that it is making a GET request to the server for the RSS xml file, but it is not making any request to the jpeg files specified in the RSS file.

It works fine when I switch to populate from media library


<rss version="2.0">
<channel>
<title>imagelist</title>
<description>imagelist</description>
<item>
<title>cat 1</title>
<description>
</description>
</item>
<item>
<title>cat 2</title>
<description>
</description>
</item>
<item>
<title>cat 3</title>
<description>
</description>
</item>
</channel>
</rss>
 
Thanks

1 comment

  • 0
    Avatar
    Lyndon

     

    There should be errors in your system log to show if the player can't download those files. Look on the log tab, and in the currentlog folder. Usually when it doesn't work, it's because the download fails.

     

    Try changing the title to the full file name including the extension. 

Please sign in to leave a comment.