about summary refs log tree commit diff
path: root/users
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2022-03-31 18:01:43 -0700
committerFranck Cuny <franck@fcuny.net>2022-03-31 18:01:43 -0700
commit7e429552c42b084e48567cc95da248b63f7ef3f2 (patch)
treee15ee26f020f3a47da70b31e4c736004e407b54b /users
parentbeets: more configuration (diff)
downloadworld-7e429552c42b084e48567cc95da248b63f7ef3f2.tar.gz
beets: how to manage soundtracks
Diffstat (limited to 'users')
-rw-r--r--users/fcuny/cli/beets.nix3
1 files changed, 1 insertions, 2 deletions
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;