about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2024-08-21 15:19:29 +0200
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2024-08-21 15:25:27 +0200
commit68aafe0b394b9300105c82e02e2fc68f2c41e7b4 (patch)
tree8c163289e4e64899c1e71f289853924bc7a04fa5
parentfeat(home/zsh): Setup alias for `lm` (diff)
downloadnixos-config-68aafe0b394b9300105c82e02e2fc68f2c41e7b4.tar.gz
nixos-config-68aafe0b394b9300105c82e02e2fc68f2c41e7b4.zip
docs(notes/beets_import): Init
-rw-r--r--notes/beets_import.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/notes/beets_import.md b/notes/beets_import.md
new file mode 100644
index 00000000..40338ab9
--- /dev/null
+++ b/notes/beets_import.md
@@ -0,0 +1,6 @@
+# How to import an artist into beets
+1. Download said artist (`deerix`)
+1. Remove the useless/bad albums of the downloaded artist
+1. Check for name duplicates (`./find_duplicates`)
+1. Import (`beet import <artist>`)
+1. Remove duplicated files (`beet duplicates  artist:<artist>`)