From 517292c66200cc05d1abfdcfffb73dd0f5676892 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Fri, 9 Aug 2024 13:29:02 +0200 Subject: fix(home/beets): Also show the genre when storing a soundtrack --- modules/home/conf/beets/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules') diff --git a/modules/home/conf/beets/default.nix b/modules/home/conf/beets/default.nix index 3e255a42..96e367ea 100644 --- a/modules/home/conf/beets/default.nix +++ b/modules/home/conf/beets/default.nix @@ -37,7 +37,7 @@ default = "$genre/$albumartist/$album/$track $title"; comp = "$genre/$album/$track $title"; singleton = "$genre/$artist/$title"; - "albumtype:soundtrack" = "Soundtracks/$album/$track $title"; + "albumtype:soundtrack" = "Soundtracks ($genre)/$album/$track $title"; }; # Plugin config -- cgit 1.4.1