diff options
author | Franck Cuny <franck@fcuny.net> | 2022-03-31 18:01:43 -0700 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2022-03-31 18:01:43 -0700 |
commit | 7e429552c42b084e48567cc95da248b63f7ef3f2 (patch) | |
tree | e15ee26f020f3a47da70b31e4c736004e407b54b /users/fcuny | |
parent | beets: more configuration (diff) | |
download | world-7e429552c42b084e48567cc95da248b63f7ef3f2.tar.gz |
beets: how to manage soundtracks
Diffstat (limited to '')
-rw-r--r-- | users/fcuny/cli/beets.nix | 3 |
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; |