We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 713271e commit 2738077Copy full SHA for 2738077
README.md
@@ -10,7 +10,7 @@ MPD client using rofi or fzf
10
* Play random album/tracks
11
* Add/Replace albums/songs
12
* Rate albums/tracks
13
-* Load rated albums/tracks
+* Filter lists by rating
14
* Customizable hotkeys
15
* Rofi and fzf interfaces
16
* Optional tmux interface for fzf mode
@@ -59,3 +59,8 @@ make sure it runs there.
59
60
For the moment I use metaflac, mid3v2 and vorbiscomment to tag files, because I haven't found a good perl library
61
for tagging.
62
+
63
+## Filtering
64
65
+clerk integrates ratings fully into its database and exposes the ratings in track and album lists.
66
+To filter by a specific rating use "r=n" as part of your input.
0 commit comments