NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Information Community Announcements v
« Previous 1 … 49 50 51 52 53 … 56 Next »
New version RSSReader plugin

 
  • 0 Vote(s) - 0 Average
New version RSSReader plugin
HenkH
Offline

Member

Posts: 100
Threads: 6
Joined: Mar 2005
#1
2005-03-22, 12:25 AM
I've released a new version of the RSSReader Plugin, with many enhancements over the previous one: http://www.bladerhq.com/pmwiki/pmwiki.ph.../RssReader

The main features are:
* Support for RSS version 0.91, 1.0 and 2.0
* Support for image feeds (e.g. the Dilbert Comic feed)
* Images can be enlarged
* Easy navigation between the items in a feed
* Feeds can be configured from within the Config application
* One feed can be shown as a 'Ticker' on the main menu
* Screen layout can be completely changed in the skins.
* All HTML formatting is stripped from the feed.

Change history:
* Complete rewrite of the fetching/processing of the RSS feed
* Removed filters, use automatic character translation instead
* List of feeds in program is in same order as in newsfeeds.xml
* Support for 'image-feeds' (such as the Daily comics)
* Extended support for Arrows (and other navigation keys).
* Better use of skins (I hope)
* Zoom-function for images (like in the Comics2 plugin)
* Configuration-dialog for config application
* Panel interface, so it acts like a Ticker'
* Automatic reload of a complete feed

Some screenshots:
[Image: ticker.jpg]

[Image: textdetails.jpg]

[Image: imagedetails.jpg]

[Image: imagezoom.jpg]
bgowland
Offline

Posting Freak

West Yorkshire, UK
Posts: 4,595
Threads: 387
Joined: Dec 2004
#2
2005-03-22, 03:13 AM
Hi HenkH,

I tried the following feed...

http://rss.groups.yahoo.com/group/NetgearMP101Group/rss

I can see the subjects of the messages but when I open one to read it I only get the first line - it seems to be picking up about 80 characters (roughly) of text and then not showing the rest.

Any ideas?
Cheers,
Brian
HenkH
Offline

Member

Posts: 100
Threads: 6
Joined: Mar 2005
#3
2005-03-22, 07:56 AM
The one line is all you get from this feed! The plugin downloads a XML file and basically shows whats in there. It doesn't follow links (except for simple image links).
For example the mentioned feed contains this information for one item:
<table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE"><item>
<title>Best method to play server streams on a PC?</title>
  <pubDate>Mon, 21 Mar 2005 20:43:35 GMT</pubDate>
  <author>jet_franson</author>
  <link>http://groups.yahoo.com/group/NetgearMP101Group/message/2486</link>
  <guid isPermaLink="true">http://groups.yahoo.com/group/NetgearMP101Group/message/2486</guid>
  <description>Hi, Just curious... I play my Twonky streams through Windows Media Player on my</description>
</item>[/QUOTE]
HenkH
Offline

Member

Posts: 100
Threads: 6
Joined: Mar 2005
#4
2005-03-22, 11:57 PM
I've updated the plugin for some small bug fixes:

3/23/2005 v.4.1 (HenkH)
* Menu button on MediaMVP remote now exits the plugin
* Fixed bug with PageDown key in short lists
bgowland
Offline

Posting Freak

West Yorkshire, UK
Posts: 4,595
Threads: 387
Joined: Dec 2004
#5
2005-03-23, 01:48 AM
[b Wrote:Quote[/b] (HenkH @ Mar. 22 2005,02:56)]For example the mentioned feed contains this information for one item:
<table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE"><item>
<title>Best method to play server streams on a PC?</title>
     <pubDate>Mon, 21 Mar 2005 20:43:35 GMT</pubDate>
     <author>jet_franson</author>
     <link>http://groups.yahoo.com/group/NetgearMP101Group/message/2486</link>
     <guid isPermaLink="true">http://groups.yahoo.com/group/NetgearMP101Group/message/2486</guid>
     <description>Hi, Just curious... I play my Twonky streams through Windows Media Player on my</description>
</item>
[/QUOTE]
OK - I get it now.

So in the case of the Yahoo Groups RSS feed, &lt;title&gt;&lt;/title&gt; obviously is the Subject of the post and &lt;description&gt;&lt;/description&gt; is the first line of the 'message body' (a bit like auto-preview on some email clients) and it's the &lt;link&gt;&lt;/link&gt; section which points to the full message in the post.

Do you have any plans to extend the plugin to follow links?

Cheers,
Brian
bouchecl
Offline

Junior Member

Posts: 7
Threads: 1
Joined: Mar 2005
#6
2005-03-23, 05:29 AM
Kudos to you Henk.

I've just installed the new plugin and it works much better than an older one I picked up a few days ago. BTW, have you done something with the support for accented characters? They used to be garbled and now they are just fine. Works great with the feeds from Le 'Monde', 'Libération' and 'Radio-Canada'.

Great plug-in. [Image: smile.gif]
HenkH
Offline

Member

Posts: 100
Threads: 6
Joined: Mar 2005
#7
2005-03-23, 07:20 AM
[b Wrote:Quote[/b] (bgowland @ Mar. 23 2005,02:48)]Do you have any plans to extend the plugin to follow links?
I have some ideas, but they are still in a prelimanary stage.
HenkH
Offline

Member

Posts: 100
Threads: 6
Joined: Mar 2005
#8
2005-03-23, 07:24 AM
[b Wrote:Quote[/b] (bouchecl @ Mar. 23 2005,06:29)]Kudos to you Henk.

I've just installed the new plugin and it works much better than an older one I picked up a few days ago. BTW, have you done something with the support for accented characters? They used to be garbled and now they are just fine. Works great with the feeds from Le 'Monde', 'Libération' and 'Radio-Canada'.

Great plug-in. [Image: smile.gif]
Thanks for your appreciation!

I've build in a translation table between the special/accented characters and their windows equivalent. I don't think it will work for non-western character sets (Chinese, Japanese, Russian, Greek etc.).
HenkH
Offline

Member

Posts: 100
Threads: 6
Joined: Mar 2005
#9
2005-03-25, 12:18 AM
This RSS2 from the new forum didn't completely work with the plugin, so I updated it (again...):

3/25/2005 v.4.2
- Added support for the new GB-PVR forum feed
- Fixed crash on feed without items
reven
Offline

Posting Freak

Posts: 5,782
Threads: 396
Joined: Sep 2004
#10
2005-03-25, 01:09 AM
with the new version the text still gets cut off. i have to keep editing the source and changing that value to 0 to fix it.


heres my news.xml panel file
Code:
<settings>
    <!-- text style -->
    <TextStyles>
        <TextStyle name="FeedText" color="Black" typeFace="Tahoma" size="13" style="bold"/>
        <TextStyle name="TitleText" color="White" typeFace="Tahoma" size="13" style="bold"/>        
    </TextStyles>
    <!-- Composite Images -->    
    <CompositeImages>
        <!-- News-->
        <CompositeImage name="Background" size="852,40">            
            <DrawRoundedRect loc="5,5" size="852,30" radius="1" borderWidth="0" borderColor="Transparent" fillColor="Transparent"/>
        </CompositeImage>                                        
    </CompositeImages>    
    <Custom>
        <!-- Number of pixels ticker advances at each refresh -->
        <CustomElement name="Speed" value="2"/>
        <!-- Time in seconds between refresh -->
        <CustomElement name="Interval" value="150"/>
        <!-- Seperator between items in the ticker -->
        <CustomElement name="Separator" value=" | "/>
    </Custom>            
    <!-- special elements -->
    <SpecialElements>
        <SpecialElement name="NewsPanel" loc="0,0" size="852,40"/>
    </SpecialElements>    
</settings>

and heres the special element in the main menu skin.xml file
Code:
<SpecialElement name="Panel" panelName="News" visible="true" transparency="1" loc="0,427" size="852,40"/>
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (3): 1 2 3 Next »


Possibly Related Threads…
Thread Author Replies Views Last Post
  Any interest in a Spotify Plugin for NextPVR? McBainUK 39 14,610 2025-07-09, 08:08 AM
Last Post: Sandybrewer
  New plugin - MovieTrailers imilne 11 6,341 2014-09-25, 08:16 AM
Last Post: imilne
  HD Logos for the NPVR WebRadio Plugin Lao Pan 3 3,446 2014-02-09, 01:32 PM
Last Post: Lao Pan
  Files plugin tmrt 13 7,548 2014-01-09, 11:16 PM
Last Post: mvallevand
  Plex Plugin - first release psycik 141 59,949 2013-06-16, 08:59 PM
Last Post: JonnyCam
  Web Cams plugin for NextPVR McBainUK 37 16,059 2012-10-19, 07:35 AM
Last Post: McBainUK
  PhotoFilter: New Photos/Videos plugin to browse using metadata cncb 1 2,056 2012-08-10, 04:06 PM
Last Post: cncb
  System Plugin - CPU Temperature Monitoring imilne 1 2,066 2012-03-28, 07:59 PM
Last Post: LegioX
  System Plugin - 2nd Test Release (4th Feb) imilne 31 11,141 2012-02-24, 12:22 PM
Last Post: Reddwarf
  System Plugin - New Test Release (29th Jan) imilne 38 11,566 2012-02-07, 08:38 AM
Last Post: imilne

  • View a Printable Version
  • Subscribe to this thread
Forum Jump:

© Designed by D&D, modified by NextPVR - Powered by MyBB

Linear Mode
Threaded Mode