You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Label feature is really an important to help user organize and categorize the feeds.
Currently, FreshRSS only allow user to configure filter for each Label. It works more like the Label side is actively selecting and picking some entries from the incoming new feed.
Issue
Now consider a scenario that you add a new feed feed_a to FreshRSS, and you want to assign multiple labels to the entries in this feed (let's assume we want to add label a, b and c to this feed), then currently we need to open the configuration page of all this 3 labels and add something like f:[feed_a_id] to all these 3 labels. This could be time-consuming when the number of labels that user what to add becomes larger (for example 10 labels).
Moreover, if we don't want this feed anymore and remove it in the future, those configurations in the labels ab and c will still be there, and may become frustrating since the feed of corresponding feed id is not existing anymore.
Suggestion
Is it possible to add a feature that allows user to configure filters/actions in individual feed settings, and to assign label to new entries based on certain filter? Like:
Assign to label: ___ (User choose a valid label here)
intitle:'xxx'
This is more likely the feed itself is actively labeling some of its new entries based on configured filters.
In this way:
User could configure all label-related actions in one place when adding new feeds.
FreshRSS could naturally remove corresponding feed configurations when feed is removed, keep Label Filter clean, not leaving invalid filters like f:some_invalid_feed_id
Not sure if this is a good idea, but I think a better labeling system would be really helpful in lots of use cases.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
The Label feature is really an important to help user organize and categorize the feeds.
Currently, FreshRSS only allow user to configure filter for each Label. It works more like the Label side is actively selecting and picking some entries from the incoming new feed.
Issue
Now consider a scenario that you add a new feed
feed_ato FreshRSS, and you want to assign multiple labels to the entries in this feed (let's assume we want to add labela,bandcto this feed), then currently we need to open the configuration page of all this 3 labels and add something likef:[feed_a_id]to all these 3 labels. This could be time-consuming when the number of labels that user what to add becomes larger (for example 10 labels).Moreover, if we don't want this feed anymore and remove it in the future, those configurations in the labels
abandcwill still be there, and may become frustrating since the feed of corresponding feed id is not existing anymore.Suggestion
Is it possible to add a feature that allows user to configure filters/actions in individual feed settings, and to assign label to new entries based on certain filter? Like:
Assign to label: ___ (User choose a valid label here)
This is more likely the feed itself is actively labeling some of its new entries based on configured filters.
In this way:
f:some_invalid_feed_idNot sure if this is a good idea, but I think a better labeling system would be really helpful in lots of use cases.
Beta Was this translation helpful? Give feedback.
All reactions