juh
February 1, 2020, 8:30pm
1
Hi all,
from some postings here I learned that beets does not support multiple audio collections. Is this correct or could I do it by loading beets with another configuration file pointing to an other database etc.
Background: I don’t want to manage my podcasts together with my music collection.
TIA
juh
peterb
February 2, 2020, 9:22am
2
I don’t have any experience with multiple collections myself, but it looks like you should be able to do what you want with the global flags:
https://beets.readthedocs.io/en/v1.4.1/reference/cli.html#global-flags
Hi @juh ,
Not sure if this helps, but @macleodmike uses separate collections to separate MP3 and FLAC. Maybe his post can help you.
One problem I had was I wanted beets to keep the duplicate check logic, but only within a given format family. In the end, I found I had to use multiple beets libraries to accomplish what I wanted. It’s not super difficult, I just added the following aliases to my .bashrc:
alias fbeet='beet -l ~/.config/beets/flac.blb'
alias mbeet='beet -l ~/.config/beets/mp3.blb'
As for keeping everything organized, here’s my path configuration:
paths:
# Albums/A/ASCI Artist Name, The/[YEAR] ASCI Album Nam…
Jan