FAQ  •  Register  •  Login

Thumbnail for RSS/ATOM Feeds

<<

jhb50

DLNA master

Posts: 2843

Joined: Thu Jun 30, 2011 9:32 pm

Post Tue Feb 09, 2016 4:58 am

Thumbnail for RSS/ATOM Feeds

Question:
How/Where does one specify a thumbnail url to be used when displaying the list of plugin feeds. The Thumbnail box in the console is greyed out, and there appears to be no tag in the rss header for a feed thumbnail, although there are feed item media:thumbnails. I'm tired of seeing blank folder icons.
<<

zip

User avatar

Serviio developer / Site Admin

Posts: 17212

Joined: Sat Oct 24, 2009 12:24 pm

Location: London, UK

Post Tue Feb 09, 2016 7:27 pm

Re: Thumbnail for RSS/ATOM Feeds

For RSS try something like


  Code:
<?xml version="1.0"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd">
   <channel>
      
      <image>
         <url>http://www.blogsmithmedia.com/www.engadget.com/media/feedlogo.gif</url>
         <title>Engadget</title>
         <link>http://www.engadget.com</link>
      </image>

....
<<

jhb50

DLNA master

Posts: 2843

Joined: Thu Jun 30, 2011 9:32 pm

Post Tue Feb 09, 2016 10:43 pm

Re: Thumbnail for RSS/ATOM Feeds

Thanks. The following worked perfectly for my livefeed.groovy RSS's, but for RSS acquired from the web, should not the thumbnail field in the console be available?
I'll raise a ticket with the request.

  Code:
<channel>
 
      <title>Engadget</title>
      <link>http://www.engadget.com</link>
     
      <image>
         <url>http://www.blogsmithmedia.com/www.engadget.com/media/feedlogo.gif</url>
      </image>

     <item>
...

Return to Plugin development

Who is online

Users browsing this forum: No registered users and 4 guests

Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group.
Designed by ST Software for PTF.