feediron / ttrss_plugin-feediron

Evolution of ttrss_plugin-af_feedmod
https://discourse.tt-rss.org/t/plugin-update-feediron-v1-2-0/2018
MIT License
204 stars 34 forks source link

Applying FeedIron based on article tag, or to previously imported articles #178

Open benfishbus opened 2 years ago

benfishbus commented 2 years ago

Can we enable/disable FeedIron/recipes based on article tag, in addition to article URL? There are some articles in my feeds that I don't want FeedIron to run on, but they share the same URL scheme.

Also, any way to run FeedIron on articles currently in the ttrss database?

dugite-code commented 2 years ago

I've done a quick commit on a separate branch for article tag matching and article tag exclusions. Note: Not tested yet, just some bashed out code atm.

Also, any way to run FeedIron on articles currently in the ttrss database?

No, not at this time as it is out of the scope of this add-on.

benfishbus commented 2 years ago

When I switch to the article-tag-matching branch of feediron, tt-rss will only start in safe mode: Tiny Tiny RSS is running in safe mode. All themes and plugins are disabled. You will need to log out and back in to disable it. Logging out doesn't have any effect until after I've switched back to the master branch of feediron.

dugite-code commented 2 years ago

I'm not too surprised by that, it was just some very rough code I bashed out on a lunch break. I'll hopefully get around to working on that soon