3 comments

  • Avatar
    Alex Official comment

    Hello,

    Below is default xml structure that BrightAuthor recognizes:

    <?xml version="1.0" encoding="UTF-8" ?>
    <rss version="2.0">
      <channel>
        <title>RSS Example</title>
        <description>Sample RSS Feed that works with BrightAuthor</description>   
        <item>
          <title>item1</title>
          <description>description1</description>
        </item>    
         <item>
          <title>item2</title>
          <description>description2</description>
        </item>    
         <item>
          <title>item3</title>
          <description>description3</description>
        </item>    
    </channel>
     </rss>

    For more complex data feeds, you can use BrightScript to extract data from xml file and display it on BrightSign player. See here: http://support.brightsign.biz/hc/en-us/articles/218066007-What-are-custom-plugins-and-parsers-

     

  • 0
    Avatar
    ewald sarneel

    Thanks! Will try this out!

    Would love to add the picture that is deliverd as url in the RSS feed. Could this be done trough mrss?

  • 0
    Avatar
    Alex
Please sign in to leave a comment.