kaspiana / mage

A command-line tool for cataloguing images (particularly digital art), styled after Git.
0 stars 0 forks source link

Normalised ratings #77

Closed kaspiana closed 1 month ago

kaspiana commented 1 month ago

Document ratings are now displayed with a ten point system, with the formula:

max(0, (rating - avg_rating) / (max_rating - avg_rating))

Ratings:
 * chic:   [*         ]
 * cool:   [*****     ]
 * fun:    [********* ]
 * gothic: [*         ]
 * sexy:   [**********]
 * silly:  [          ]
 * sweet:  [          ]

Resolves #73