martinrotter / rssguard

Feed reader (and podcast player) which supports RSS/ATOM/JSON and many web-based feed services.
GNU General Public License v3.0
1.63k stars 125 forks source link

[FR]: A column for subreddit name #950

Open Rex000 opened 1 year ago

Rex000 commented 1 year ago

Brief description of the feature request

Suppose we have a reddit search feed: https://reddit.com/search.rss?q=guard

This returns posts from different subreddits. In the column options I ticked the "Feed" checkbox. For individual subreddit feeds it shows the subreddit name in that column. But for search links such as the one above, it only shows "reddit.com: search results - guard" in the "Feed" column. This is useful but doesn't tell you the subreddit name. Currently what I'm doing is that I have ticked the "URL" checkbox as well which displays the entire url of that particular subreddit and then I have to look closely in it to find which subreddit the article is from. It's not really a convenient way and therefore a separate column showing only the subreddit name would be very useful.

martinrotter commented 1 year ago

Well, this feed includes <category term="bayarea" label="r/bayarea"/> tags with names of individual subreddits.

At this point RSS Guard does not read these tags but support is planned in the future. Pull requests are welcomed. RSS Guard is project made in my free time with almost no income so you must understand I highly prioritize some tickets over others.

Rex000 commented 1 year ago

Yes I do understand and I really appreciate the work you have done with this app, and that you try to be as active as possible whether it's about fixing bugs or fulfilling feature requests. Thanks!