FreshRSS icon indicating copy to clipboard operation
FreshRSS copied to clipboard

[FR] Filter processing

Open anayrat opened this issue 9 years ago • 7 comments

Add the possibility to perform action according to rules:

Filter "Postgres" :

  • Postgres in title or content

Perform :

  • Mark as read
  • Assign tag "postgres"

anayrat avatar Nov 09 '16 20:11 anayrat

For information this functionnality is in tinyrss. It is missing for my usage :(

anayrat avatar Nov 09 '16 20:11 anayrat

Currently, it is already possible to (manually) search for a string, and mark the results as read.

Alkarex avatar Nov 09 '16 21:11 Alkarex

Hello there, just moved from Feedly to FreshRSS after balancing out between TinyTinyRSS and FreshRSS. My motivation was that FreshRSS looks very nice and is mobile friendly. Anyway: good work!

But filters are a feature that I miss too, I did not expect it to be only "filter articles list," but instead more than an "automatically forget articles containing X", maybe it should be named "blacklist" or something like that?

SebCorbin avatar Jul 26 '17 22:07 SebCorbin

@SebCorbin See the related issue for hiding spoilers https://github.com/FreshRSS/FreshRSS/issues/1161 Currently, this is not in the FreshRSS core (can be done manually, or by an extension, or by a cron job with curl). However, I have just increased its priority to try to include it in the next version 1.8 of FreshRSS.

Alkarex avatar Jul 27 '17 08:07 Alkarex

@alkarex Sorry to ask: has it been included to FreshRSS? Thanks for your work as always :wink:

Jucgshu avatar Nov 25 '17 17:11 Jucgshu

@Jucgshu No, not yet, but for the time being, extensions are relatively easy to do for making custom rules.

Alkarex avatar Dec 03 '17 11:12 Alkarex

First implementation available in https://github.com/FreshRSS/FreshRSS/pull/2275

Alkarex avatar Mar 23 '19 22:03 Alkarex