sbarakat / beets-copyartifacts

A plugin for beets that moves non-music files during the import process.
MIT License
59 stars 25 forks source link

beets modify is not moving artifacts #16

Open dagobert opened 10 years ago

dagobert commented 10 years ago

When I use

beets modify -w ...

and the changes result in beets moving the files to a different directory, this plugin does not move the artifacts with it.

pdf commented 9 years ago

Also doesn't work with beet move. I just mad a real mess changing dir structure... :-/

sbarakat commented 9 years ago

Sorry you guys have been experiencing issues. I'll try to spend some time looking into this and get a fix out.

pdf commented 9 years ago

It's all good, this is definitely a step in the right direction - the lack of this feature has been stopping me from using beets for years. I don't know how you're going to hook the other actions though, since I think they work in a file-centric way :-/

pdf commented 9 years ago

Any thoughts on how to deal with this one?

tstackhouse commented 9 years ago

:+1: I'm running into this issue too with reorganizing my library

adri123 commented 7 years ago

I got the same issue with beet move : it forgot to move the artifacts.

axelsimon commented 7 years ago

So just to be clear, copyarticfacts only works on beet import and not on beet move?

sbarakat commented 7 years ago

copyartifacts was initially created for beet import, the current release available from PyPI has that and it works well. There's been some development to support beet move - and for the most part it works - however there's still some open bugs that should probably be ironed out before release.

If you want to give it a go, you can install the development version from GitHub, I've updated the README