UIKit0 / newsbeuter

Automatically exported from code.google.com/p/newsbeuter
0 stars 0 forks source link

Enhancement: Support Google Reader feed organization #215

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Enhancement: Support Google Reader feed organization

Google Reader supports folders/sort order customization. This was, at some 
levels, doable with Newsbeuter via the urls order. However, when using Google 
Reader the feeds are sorted alphabetically and structure/Google Reader 
organization vanishes. If the API allows it, please support this or allow some 
way for sorting via  the urls file.

Original issue reported on code.google.com by john.at....@gmail.com on 14 Jun 2010 at 3:16

GoogleCodeExporter commented 9 years ago
This should also be an Enhancement, not Defect

Original comment by john.at....@gmail.com on 14 Jun 2010 at 3:17

GoogleCodeExporter commented 9 years ago
The order is kept exactly as it is transmitted by the Google Reader API. I will 
take a further look whether additional information on sorting is transmitted, 
though.

The Google Reader "folders" are mapped to newsbeuter's tags, BTW, so you can 
select a folder by pressing "t", and go back to the list of all feeds by 
pressing "ctrl-t".

Original comment by theunixe...@gmail.com on 14 Jun 2010 at 7:42

GoogleCodeExporter commented 9 years ago
Ah, OK, this makes things a little easier. When newsbeuter starts I get a list 
of all the threads in alphabetical order. Pressing t from there takes me to the 
tags menu, so that makes things a bit easier to manage. I think that I 
mistakenly assumed that I would get the usual main menu (before using Google 
Reader) with everything sorted the way Google Reader does by default. Either 
way, the ability to filter (exclude/include feeds) and or force sorting might 
be nice to have. Thank you for the obvious clues :)

Original comment by john.at....@gmail.com on 22 Jun 2010 at 1:56

GoogleCodeExporter commented 9 years ago
Something like an expanded tag view might be good idea too. So 't' gets you:

tagName
tagName
tagName
tagName

and maybe ctrl+'t' gets you:

tagName
         *   (8/2) feedName
         * (8/25) feedName
         * (8/25) feedName
tagName
         * (8/25) feedName
         * (8/25) feedName
tagName
         * (0/15) feedName
         * (8/25) feedName
         *   (0/5)  feedName

Keys could be assigned to move down/up via thread or jump up/down between tags. 
Basically this is the already existing thread view displayed grouped by tag. 
</thinking outloud>

Original comment by john.at....@gmail.com on 22 Jun 2010 at 5:26

GoogleCodeExporter commented 9 years ago
It would be nice to have the unread number in tag view.

1 tagName1 (20)
2 tagName2 (2)
...

Original comment by der...@lifeofadishwasher.com on 22 Jan 2011 at 5:41