automatically removing zips after they have been imported? #5941
Unanswered
auralluring
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I've been getting album zips in my downloads folder, and importing them directly with with a
*.zip
wildcard to do multiples (so happy this is a thing). my only gripe is that the zip stays there, even with-m
, which means beets will try to reimport it next time unless I either remove them myself (annoying) or I use-i
(also annoying because they pile up until I remove them).can I do this with hooks? or do I need to write my own plugin? I guess I can technically just chain
rm
(ortrash
because I'm paranoid) on the command, but I'll definitely forget to do that sometimes.Beta Was this translation helpful? Give feedback.
All reactions