From fba3e754dfa5f9a28ad54ea1f96475907c116627 Mon Sep 17 00:00:00 2001 From: Wojciech Kozlowski Date: Fri, 3 Mar 2023 20:16:32 +0100 Subject: [PATCH] Fix readme for archiving --- README.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 0053e24..b4fb445 100644 --- a/README.md +++ b/README.md @@ -172,17 +172,21 @@ All steps below are to be executed as the `music` user. 3. Run `nextcloud-upload /var/tmp/music/mp3/` for every artist to upload to Nextcloud. 4. Remove the `/var/tmp/music/mp3/` directory. +#### Collections + +Every track has a `compilation` tag at track-level as well as at album-level (at least in Beets). To +label the album as a compilation for sorting purposes, run `beet modify -a comp=True`. + ### Archive music #### From rip -1. Run `beet --config .config/beets/archive.yaml import /var/lib/yggdrasil/home/music/rip`. This - will move the music files to `/var/lib/yggdrasil/data/music/archive`. +1. Run `beet --config .config/beets/archive.yaml import --move /var/lib/yggdrasil/home/music/rip`. + This will move the music files to `/var/lib/yggdrasil/data/music/archive`. #### From collection 1. Run `beet --config .config/beets/archive.yaml import /var/lib/yggdrasil/data/music/collection//`. This will copy the music files to `/var/lib/yggdrasil/data/music/archive`. -2. Run `beet remove -d -a artist:"" album:""`. This will remove the music files from - the collection. +2. Run `beet remove -d -a "album:"`. This will remove the music files from the collection.