Initial import of music library containing both albums and singles #4136
Replies: 2 comments 1 reply
-
The importer doesn’t support wildcards, but your shell probably does. If you remove those single quotes, you can pass multiple directories into the import command line. |
Beta Was this translation helpful? Give feedback.
-
That's a really good point... I've been using beets from within a docker container, so of course the wildcards didn't work when I executed it from the host via However, it did skip the files I'd already imported as tracks. To test a theory, I imported a bunch of singletons files, then aborted the import and ran a full import in album mode again, and sure enough, beets asked me what to do with the singleton tracks that I'd already imported:
Will I have to perform further command line trickery to import while excluding the |
Beta Was this translation helpful? Give feedback.
-
My music library is a collection of both albums and singles. Singles reside within an 'Unknown Album' directory within each artist.
What is the recommended approach to load this collection into beets?
It would be nice if the import path would support wildcards, but it doesn't appear to:
I've also tried importing without singleton mode enabled, and selecting 'as Tracks' for each directory of singles. However, beets does not appear to remember this choice, and asks me on each subsequent import how to handle the same files.
Beta Was this translation helpful? Give feedback.
All reactions