nextcloud / news

📰 RSS/Atom feed reader
https://apps.nextcloud.com/apps/news
GNU Affero General Public License v3.0
866 stars 185 forks source link

[Suggestion] Filtering feeds #23

Closed irgendwie closed 8 years ago

irgendwie commented 8 years ago

Take http://www.zdf.de/ZDFmediathek/rss/760014?view=rss as an example. Shows are always titled "heute-show vom {date}" and the rest in the feed is additional stuff, why I would like to filter by title in this case.

Another example would be to filter by author, description, tags, etc.

As the news app acts as a RSS aggregator for other apps, like desktop and mobile clients, such a feature would be useful, in order to pre-sort the feeds for them.

BernhardPosselt commented 8 years ago

yep, that feature was proposed already in owncloud news (check the issue tracker) and the conclusion was that you should use a thirdparty library/app/plugin that does this for you.

Building stuff like this is like creating a programming language and therefore out of scope :)

You can however always use the search to do exactly that

ghost commented 3 years ago

the conclusion was that you should use a thirdparty library/app/plugin that does this for you

Is there a way to interact with Nextcloud News from within Nextcloud or does Nextcloud News have some kind of plugin endpoint?

I wouldn't mind writing a script that's run in a cron to mark entries as read depending on different criteria. My science All my feeds are polluted with COVID stuff.

anoymouserver commented 3 years ago

You're probably looking for #797 .. until now nobody had time to implement it, but there were some ideas about it.

Grotax commented 3 years ago

You can also check https://nextcloud.github.io/news/features/plugins/ but there hasn't been any active development in years on plugins

ghost commented 3 years ago

Thanks for the links. I discovered the API and simply wrote a script that fulfills my needs. It's in a cron now