diff options
-rw-r--r-- | modules/home/conf/beets/default.nix | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/modules/home/conf/beets/default.nix b/modules/home/conf/beets/default.nix index 84f8618d..de15a857 100644 --- a/modules/home/conf/beets/default.nix +++ b/modules/home/conf/beets/default.nix @@ -95,6 +95,22 @@ name = "artists/$albumartist.m3u"; query = ""; } + { + name = "ratings/good"; + query = "rating:0.7..1.0"; + } + { + name = "ratings/mediocre"; + query = "rating:0.4..0.7"; + } + { + name = "ratings/bad"; + query = "rating:0.0..0.4"; + } + { + name = "not_played.m3u"; + query = "-play_count: artist:"; + } ]; }; # scrub = { |