Closed irgendwie closed 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
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.
You're probably looking for #797 .. until now nobody had time to implement it, but there were some ideas about it.
You can also check https://nextcloud.github.io/news/features/plugins/ but there hasn't been any active development in years on plugins
Thanks for the links. I discovered the API and simply wrote a script that fulfills my needs. It's in a cron
now
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.