beets-copyartifacts icon indicating copy to clipboard operation
beets-copyartifacts copied to clipboard

A plugin for beets that moves non-music files during the import process.

Results 31 beets-copyartifacts issues
Sort by recently updated
recently updated
newest added

beets 1.4.1 has beta Python 3 support, and will switch completely to Python 3 in the next months. We use the six package for the basics.

``` Traceback (most recent call last): File "C:\Program Files (x86)\Python36-32\lib\site-packages\beets\plugins.py", line 124, in wrapper return func(*args, **kwargs) TypeError: process_events() got an unexpected keyword argument 'lib' During handling of the above...

Bumps [requests](https://github.com/requests/requests) from 2.12.4 to 2.20.0. Changelog *Sourced from [requests's changelog](https://github.com/psf/requests/blob/master/HISTORY.md).* > 2.20.0 (2018-10-18) > ------------------- > > **Bugfixes** > > - Content-Type header parsing is now case-insensitive (e.g. >...

dependencies

In python3 i get the following error, when using beets error loading plugin copyartifacts: Traceback (most recent call last): File "/opt/local/lib/python3.7/site-packages/beets/plugins.py", line 273, in load_plugins namespace = __import__(modname, None, None)...

It looks like the plugin has no support for the `link` and `hardlink` beets config options, so does not behave properly when those options are in effect rather than `copy`...

If I simply run "beet" I see this: ![image](https://user-images.githubusercontent.com/6782603/54068718-0f1ebb80-4250-11e9-8786-8e265a0b6e38.png)

Hi, I think that I have done the installation properly, but I always have this error messaeg ** error loading plugin copyartifacts: Traceback (most recent call last): File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/beets/plugins.py", line...

Without this fix, the following exception is thrown: Traceback (most recent call last): File "/data/jan/Projects/beets/beets/plugins.py", line 140, in wrapper return func(*args, **kwargs) TypeError: process_events() got an unexpected keyword argument 'lib'...

File paths are not guaranteed to be valid Unicode strings, so Beets expects them to be of type bytes() rather than str(). Without this fix, the call to `beets.util.unique_path()` can...

This fixes a traceback I found that was triggered by a file named `AlbumArt_{2C8DECDD-855A-4BE6-A2A9-3CD318480D53}_Small.jpg`. It produced the following traceback: ``` --- Logging error --- Traceback (most recent call last): File...