Scoring

Since 1.2.23, tt-rss supports scoring in a way similar to some newsreaders, albeit more limited. The score is calculated on article import using special filters with a "Modify score" action. The resulting score is a sum of all score modifiers from all matching filters. So, for example, if the article matches two filters A (score +100) and B (score -50), the resulting score will be 50.

Note: This page reflects changes made in the scoring display for 1.2.26, 1.2.25 and below doesn't display half-filled images.

Article score affects the position of the article in the headline buffer (which is sorted by score) and alters the way article is displayed:

Score Action
< -500 score_low.png) Score indicator is dark, headline is gray and striked through (in CDM automatically collapse article), article is automatically marked as read
< -100 score_low.png) Score indicator is dark, headline is gray and striked through (in CDM automatically collapse article)
< 0 score_half_low.png) Score indicator is half-filled dark
0 score_neutral.png) Display as usual
> 0 score_half_high.png) Score indicator is half-filled green
> 500 score_high.png) Score indicator is green and headline text is highlighted green
> 1000 score_high.png) Same as above, article is also marked as starred
 1 <!--
 2 || Score || Action ||
 3 || < -500 || score_low.png) Do not display ||
 4 || < -100 || score_low.png) Score indicator is dark, headline is gray and striked through (in CDM automatically collapse article) ||
 5 || 0 || score_neutral.png) Display as usual ||
 6 || > 100 || score_high.png) Score indicator is green ||
 7 || > 500 || score_high.png) Score indicator is green and headline text is highlighted green ||
 8 || > 1000 || score_high.png) Same as above, article is also marked as starred ||
 9 -->

Calculated score for an individual article may be adjusted by clicking on score indicator:

1 <img src="/images/score_indicator.png">

Scores for specific feed may be recalculated with "Rescore articles" action in My Feeds. Note that all custom scores for articles in specified feed will be lost.

1 <img src="/images/rescore_action.png">

Scoring and Labels

This information only applies to version 1.2.30 and below.

It is very easy to create labels to browse articles by score:

1 <img src="/images/score_label.png">

Also available in: HTML TXT