Replies: 2 comments 1 reply
-
I tried doing import with verbose output like this:
but apart from the general directory where beets stores its music files (the Maybe trying the import with |
Beta Was this translation helpful? Give feedback.
1 reply
-
As an intro to plugin development I just wrote a little plugin |
Beta Was this translation helpful? Give feedback.
0 replies
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Beets currently outputs the directory from which it is importing files (as the first thing it outputs) when doing a
beet import
, such as:/home/username/cd-rips/pink-floyd-wish-you-were-here (5 items)
Is it possible to make beets output the directory that it created and imported files to as the final text it outputs after running
beet import
? Something like:/mnt/music-drive/beets-library/Pink Floyd/Wish You Were Here/
Beta Was this translation helpful? Give feedback.
All reactions