Can we support multiple archives in a folder? #4932
Replies: 2 comments
-
I came here to ask about this as well... I've archived my bandcamp collection with https://github.com/easlice/bandcamp-downloader and the directories are all organized by artist and album, but (except for single tracks) the music is all in zip archives. (It's also preferable to keep them that way, since that way the downloader script can just check for new/changed files instead of redownloading everything.) It looks like there might be mild complications with how directories vs archives are currently handled, but probably not too bad. Would a PR implementing this feature be welcome? |
Beta Was this translation helpful? Give feedback.
-
I am new to beets but i find that this could be really useful as well. What I did see is that at least in Linux you can use the wildcard "*" to import multiple zip files in a directory as it will expand it to individual zip files in that directory. For example, the following will work:
This will expand to: For now this is working for my purposes. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
On first glance it doesn't look like it would be that hard to treat archives as folders, and iterate through them the way we do for other folders. Are there any gotchas with doing this? See #4670
beets/beets/importer.py
Line 1204 in e10b955
Beta Was this translation helpful? Give feedback.
All reactions