diff options
Diffstat (limited to 'modules/home/conf/beets/default.nix')
-rw-r--r-- | modules/home/conf/beets/default.nix | 8 |
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"; } { |