Closed hamfactorial closed 5 years ago
This shouldn't happen because glob.iglob
(which is used internally) treats files beginning with a dot as special cases. However, I added a fix in 12ec5c7f9ce3391d533d3d9100c87f6a05d9a57d, which should prevent this behaviour in any case.
Also, I noticed that you were using an old version, because I forgot to bump the version in setup.py
so that the new version was not pushed to PyPI. This is also fixed now.
Importing an album using the following configuration breaks the plugin:
Here is the resulting output using -vvv verbosity:
The relevant command seems to be this one:
extrafiles: Moving extra file: /tmp/Feels/. -> /music/Animal Collective/Feels/_
It seems that the iglob() function is returning a "." which should probably be ignored.