about summary refs log tree commit diff stats
path: root/modules/home/conf
diff options
context:
space:
mode:
Diffstat (limited to 'modules/home/conf')
-rw-r--r--modules/home/conf/beets/default.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/modules/home/conf/beets/default.nix b/modules/home/conf/beets/default.nix
index ada99fbf..7fe1d742 100644
--- a/modules/home/conf/beets/default.nix
+++ b/modules/home/conf/beets/default.nix
@@ -92,19 +92,19 @@
 
         playlists = [
           {
-            name = "artists/$albumartist.m3u";
+            name = "artists-$first_artist.m3u";
             query = "";
           }
           {
-            name = "ratings/good";
+            name = "ratings-good.m3u";
             query = "rating:0.7..1.0";
           }
           {
-            name = "ratings/mediocre";
+            name = "ratings-mediocre.m3u";
             query = "rating:0.4..0.7";
           }
           {
-            name = "ratings/bad";
+            name = "ratings-bad.m3u";
             query = "rating:0.0..0.4";
           }
           {