Skip to content

Commit

Permalink
Extend the description of the AutoRating plugin (#4182)
Browse files Browse the repository at this point in the history
  • Loading branch information
nemethf committed Oct 26, 2022
1 parent 8bca88f commit 8c56582
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion quodlibet/ext/events/autorating.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ class AutoRating(EventPlugin):
PLUGIN_NAME = _("Automatic Rating")
PLUGIN_DESC = _("Rates songs automatically when they are played or "
"skipped. This uses the 'accelerated' algorithm from "
"vux by Brian Nelson.")
"vux (Vacillating Utilitarian eXtemporizer) "
"by Brian Nelson.")
PLUGIN_ICON = Icons.USER_BOOKMARKS

def plugin_on_song_ended(self, song, skipped):
Expand Down

0 comments on commit 8c56582

Please sign in to comment.