Config for https://github.com/beetbox/beets
beet import somefolderorarchiv
beet ls -a 'added:yyyy-mm-dd'
Install beets (we also need pip
)
Create a folder somewhere, e.g. /beets
Clone or download beets-config and put it in a folder in the newly created folder, so e.g. /beets/beets-config
Open your favorite shell (Bash, PowerShell, …) and navigate to /beets/beets-config
Install dependencies for several beets plugins: pip install -r beets-config_requirements.txt
Create /beets/customconfig.yaml
and configure all properties you want to replace, probably at least directory
and library
, e.g.
directory: F:\Audio\Mediathek\Musik
library: E:\beets\musiclibrary.db
Run python .\build.py
(in /beets/beets-config
)
Set BEETSDIR
to the created folder /beets/beetsdir
Check loaded config: beet config -p
to see the path on your system
If the path to /beets/beetsdir/config.yaml
is printed you are all set! :)
Optional
unrar
for extracting RAR-archives