Open austinbutler opened 4 years ago
I experienced the same thing, again during an album merge. In this case the plugin started copying everything from my home directory.
I've run into this same issue as well. Is it possible the '*.*'
pattern is causing issues somehow?
@ssssam @critbase were you both also using the same pattern I was?
extrafiles:
patterns:
all: '*.*'
Looks like I was!
I am seeing this as well - all files in my import root that were NOT imported ended up being moved to one of my merged album folders. I believe it was the FIRST album I merged, but I wasn't paying close attention so I can't be sure.
I was importing a double CD that was in two folders. Disc 1 imported without issue and the extra files in the folder were moved properly. When I went to do disk 2, beets saw it was the same album and asked if I wanted to skip, merge, etc. I chose merge.
Beets moved the music files just fine but I got a traceback when it got to non-music files. I found that the non-music files had not been moved from their original location, and (more critically) I found extrafiles had apparently decided to move everything in the mount point to where the album was located. Luckily it didn't get too far before trying to move one of the base folders into the album's folder, which brought about the error below. This plugin has worked great in all other cases, so my guess is something with the merge operation throws it off.
My config: