Browse Source

enable edit plugin

Fabian Peter Hammerle 3 years ago
parent
commit
c5474f44d9
1 changed files with 11 additions and 0 deletions
  1. 11 0
      config.yaml

+ 11 - 0
config.yaml

@@ -9,8 +9,19 @@ match:
   strong_rec_thresh: 0.02
 
 plugins:
+- edit
 - lyrics
 
+# https://beets.readthedocs.io/en/stable/plugins/edit.html#configuration
+edit:
+  itemfields: # ignoring order
+  - album
+  - albumartist
+  - artist
+  - comments
+  - title
+  - year
+
 # https://beets.readthedocs.io/en/stable/plugins/lyrics.html#configuration
 lyrics:
   auto: yes