It's been about three years since I first started on RSS Bandit and it doesn't seem like I've run out of steam yet. Every release the application seems to become more popular and last month we finally broke 100,000 downloads in a single month. The time has come for me to start thinking about what I'd like to see in the next family of releases and elicit feedback from our users. The next release is codenamed Jubilee.

Below are a list of feature areas where I'd like to see us work on over the next few months

  1. Extensibility Framework to Enable Richer Plugins: We currently use the IBlogExtension plugin mechanism which allows one to add new context menu items when right-clicking on an item in the list view.  I've used this to implement features such as the "Email  This" and "Post to del.icio.us" which ship with the default install. Torsten implemented "Send to OneNote" using this mechanism as well.

    The next step is to enable richer plugins so people can add their own menu items, toolbar buttons as well as processing steps for received feed items. Torsten used a prototype of this functionality to add Ad blocking features to RSS Bandit. I'd like to add weblog posting functionality using such a plugin model instead of making it a core part of the application since many of our users may just want a reader and not a weblog editor as well.

  2. Comment Watching: For many blogs such as Slashdot and Mini-Microsoft, the comments are often more interesting than the actual blog post. In the next version we'd like to make it easier to not only be updated when new blog posts appear in a blog you are interested in but also when new comments show up in a post you are interested in as well.

  3. Provide better support for podcasts and other rich media in feeds: With the growing popularity of podcasts, we plan to make it easier for users to discover and download rich media from their feeds. This doesn't just mean supporting downloading media files in the background but also supporting better ways of displaying rich media in our default views. Examples of what we have in mind can be taken from  the post Why should text have all the fun? in the Google Reader blog. We should have richer experiences for photo feeds, audio feeds and video feeds.

  4. Thumbs Up & Thumbs Down for Filtering and Suggesting New Feeds:  big problem with using a news aggregator is that it eventually leads to information overload. One tends to subscribe to feeds which produce lots of content of which only a subset is of interest to the user. At the other extreme, users often find it difficult to find new content that matches their interests. Both of these problems can be solved by providing a mechanism which allows the user to rate feeds or entries that are of interest to the user. A thumbs up or thumbs down rating similar to what systems such as TiVo use today. This system can be used to highlight items of interest from subscribed feeds to the user or suggest new feeds using a suggestion service such as AmphetaRate.

  5. Applying search filters to the list view: In certain cases a user may want to perform the equivalent of a search on the items currently being displayed in the list view without resorting to an explicit search. An example is showing all the unread items in the list view. RSS Bandit should provide a way to apply filters to the items currently being displayed in the list view either by providing certain predefined filters or providing the option to apply search folder queries as filters.

These are just some of the ideas I've had. There are also the dozens of feature requests we've received from our users over the past couple of months which we'll use as fodder for ideas for the Jubilee release.


 

Sunday, 15 January 2006 22:54:02 (GMT Standard Time, UTC+00:00)
Comment watching is a good idea. Quite often I post a comment to a blog post and never check back to see if anybody has added a further comment to it.

What about attention data? This area is something I'm really interested at the moment.
Monday, 16 January 2006 01:43:51 (GMT Standard Time, UTC+00:00)
I second the comment watching feature.
Monday, 16 January 2006 01:45:16 (GMT Standard Time, UTC+00:00)
I really liked the "read" and "flag" items that were added to the newspaper view in the last release; however, I find them a little hard to use, because:

#1 I mostly navigate using the keyboard, so switching to the mouse interrupts my flow, and

#2 The icons are really small and hard to target.

So ideally I'd like some keyboard equivalents so I can mark-read and mark-flagged for the current item without taking my hands off the keyboard.

Less ideally, I'd like the icons to be larger, or have larger hit areas.

BTW, if one wanted to contribute to RSS Bandit development, where would one start?
Monday, 16 January 2006 02:01:35 (GMT Standard Time, UTC+00:00)
I've nothing to add to Nicks comment - it is soo true :)

I'd like the "Applying search filters to the list view" to be (sort of) expanded to "Be able to hide the list view": just having the reading pane with a "river of news" formatter would be nice and hopefully faster for large folders...
Monday, 16 January 2006 02:41:07 (GMT Standard Time, UTC+00:00)
Would it be of benefit for FeederReader to share the same plugin architecture as RSS Bandit? FeederReader runs on Windows Mobile using .NET Compact Framework (currently 1.0 SP3).
Tuesday, 17 January 2006 16:47:31 (GMT Standard Time, UTC+00:00)
With regards to 4: Thumbs Up & Thumbs Down for Filtering and Suggesting New Feeds -

Bayesian spam filtering that can be taught might be a technology that could be used in a positive way - a thumbs up, thumbs down system built into RSSBandit could be used in a similar way to spam/ham systems such as that in Thunderbird to learn what kind of articles are of interest. In the same way that Thunderbird moves items identified as spam into a junk mail folder, RSSBandit could move articles of interest into an Items of Interest folder.

This would capture articles based on relevance to me, rather than global popularity. After all, the most popular articles might be those that mention Britney Spears, something I am not interested in particularly.
Tuesday, 17 January 2006 18:26:55 (GMT Standard Time, UTC+00:00)
Better newsgroup integration; what's there now barely works and isn't even on par with low-end NG readers like Outlook Express.

The feature I like most about RSS Bandit is that links can be easily opened w/o creating a new window (i.e., C|Net's RSS feeds).
Tuesday, 17 January 2006 22:15:01 (GMT Standard Time, UTC+00:00)
iFilter for MSN Desnktop Search... I use it all the time for finding stuff in emails and documents. It would be very useful to be able to also search downloaded XML feeds in RSSBandit

Blog to MSN Spaces from an item - I suppose this would be a plug-in, but I would find that useful

Comment watching and update alerts - Yes that woudl be very usefil as well.
Thursday, 19 January 2006 10:16:53 (GMT Standard Time, UTC+00:00)
The SharpDevelop team has bases their development IDE complitely on an add-in architecture. This add-in core is LGPL licensed and the advoked reuse. More info on www.sharpdevolep.com. There's also an arcticle on codeproject explaining the use of the ICScharpCode.Core component (http://www.codeproject.com/csharp/ICSharpCodeCore.asp). Maybe this will help with the realisation of a broader add-in architecture for RSSBandit. Greatings, Jeroen
Jeroen van Menen
Comments are closed.