From 7e429552c42b084e48567cc95da248b63f7ef3f2 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Thu, 31 Mar 2022 18:01:43 -0700 Subject: beets: how to manage soundtracks --- users/fcuny/cli/beets.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'users') diff --git a/users/fcuny/cli/beets.nix b/users/fcuny/cli/beets.nix index c7e1bc4..39802a7 100644 --- a/users/fcuny/cli/beets.nix +++ b/users/fcuny/cli/beets.nix @@ -11,8 +11,7 @@ default = "$albumartist/$album%aunique{}/$track $title"; singleton = "Singles/$artist/$title"; comp = "Compilations/$album%aunique{}/$track - $title"; - "albumtype:soundtrack" = - "Soundtracks/$album${aunique} ($year)/$track $title"; + "albumtype:soundtrack" = "Soundtracks/$album ($year)/$track $title"; }; import = { copy = true; -- cgit 1.4.1