From 5555575f63c6ffefac2654e8e5a7a66e2b2e6d08 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Fri, 1 Apr 2022 11:56:43 -0700 Subject: consolidate configuration for music curation --- users/fcuny/cli/beets.nix | 37 ------------------------------------- 1 file changed, 37 deletions(-) delete mode 100644 users/fcuny/cli/beets.nix (limited to 'users/fcuny/cli/beets.nix') diff --git a/users/fcuny/cli/beets.nix b/users/fcuny/cli/beets.nix deleted file mode 100644 index 39802a7..0000000 --- a/users/fcuny/cli/beets.nix +++ /dev/null @@ -1,37 +0,0 @@ -{ config, lib, pkgs, ... }: - -{ - programs.beets = { - enable = true; - settings = { - directory = "/data/fast/music"; - plugins = - "fromfilename discogs duplicates fetchart embedart badfiles lastgenre scrub"; - paths = { - default = "$albumartist/$album%aunique{}/$track $title"; - singleton = "Singles/$artist/$title"; - comp = "Compilations/$album%aunique{}/$track - $title"; - "albumtype:soundtrack" = "Soundtracks/$album ($year)/$track $title"; - }; - import = { - copy = true; - move = true; - }; - va_name = "Various Artists"; - embedart = { ifempty = true; }; - - lastgenre = { - auto = false; - canonical = true; - fallback = "unknown"; - force = true; - prefer_specific = true; - }; - - fetchart = { - cautious = true; - sources = "filesystem coverart itunes amazon lastfm wikipedia"; - }; - }; - }; -} -- cgit v1.2.3