diff options
author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2025-06-06 20:27:21 +0200 |
---|---|---|
committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2025-06-06 20:27:21 +0200 |
commit | 60004157dc5683d686617ca4281e3dc57cf28164 (patch) | |
tree | 628e684ae9a55424594ba0e4c901a4e34d99ea7c /modules/home.legacy/conf/beets/plugins.nix | |
parent | flake: Remove the arkenfox-nixos dependency (diff) | |
download | nixos-config-60004157dc5683d686617ca4281e3dc57cf28164.zip |
modules/legacy/beets: Remove unused plugins
I have not known that these plugins were configured, until I looked at the nix source again. As such, enabling theme is useless.
Diffstat (limited to 'modules/home.legacy/conf/beets/plugins.nix')
-rw-r--r-- | modules/home.legacy/conf/beets/plugins.nix | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/modules/home.legacy/conf/beets/plugins.nix b/modules/home.legacy/conf/beets/plugins.nix index 09eeac5b..a3abb580 100644 --- a/modules/home.legacy/conf/beets/plugins.nix +++ b/modules/home.legacy/conf/beets/plugins.nix @@ -17,9 +17,6 @@ # <2024-08-07> # "scrub" - # Help submitting stuff to music brainz - "mbsubmit" - # Extract things from the music file # "xtractor" @@ -29,12 +26,6 @@ # Check for bad files "badfiles" - # Alows to use inline python for parsing tags - "inline" - - # Support player integration - "play" - # Show tags on files/queries "info" @@ -47,9 +38,6 @@ # Warn, when importing a matching item "ihate" - # Allow fuzzy searching - "fuzzy" - # Filter out duplicates "duplicates" @@ -59,9 +47,6 @@ # Download album art "fetchart" - # Fetches tags from `last.fm` and adds them as genres to imported music - "lastgenre" - # Run commands on events "hook" |