That’s too bad! You might want to leave a message for the author of the plugin with these details—perhaps on that issue, #31, that discusses Python 3 compatibility.
Good luck! I’m glad beets is working well for you otherwise. Adrian > On Feb 20, 2017, at 2:40 PM, Daniel Köbsch <[email protected]> wrote: > > Hi Adrian, > > thanks for your quick reply! :) > > https://github.com/sbarakat/beets-copyartifacts/issues/31 > <https://github.com/sbarakat/beets-copyartifacts/issues/31> > > But maybe it’s just a matter of using the latest source of that plugin, which > seems to have some py3-related changes implemented. > nope, that did not work. :\ > i used the method described at github: > git clone https://github.com/sbarakat/beets-copyartifacts.git > cd beets-copyartifacts > python setup.py install > that leads with following output: > > running install > running bdist_egg > running egg_info > writing beets_copyartifacts.egg-info/PKG-INFO > writing dependency_links to beets_copyartifacts.egg-info/dependency_links.txt > writing namespace_packages to > beets_copyartifacts.egg-info/namespace_packages.txt > writing requirements to beets_copyartifacts.egg-info/requires.txt > writing top-level names to beets_copyartifacts.egg-info/top_level.txt > reading manifest file 'beets_copyartifacts.egg-info/SOURCES.txt' > writing manifest file 'beets_copyartifacts.egg-info/SOURCES.txt' > installing library code to build/bdist.linux-x86_64/egg > running install_lib > running build_py > creating build/bdist.linux-x86_64/egg > creating build/bdist.linux-x86_64/egg/beetsplug > copying build/lib/beetsplug/copyartifacts.py -> > build/bdist.linux-x86_64/egg/beetsplug > copying build/lib/beetsplug/__init__.py -> > build/bdist.linux-x86_64/egg/beetsplug > byte-compiling build/bdist.linux-x86_64/egg/beetsplug/copyartifacts.py to > copyartifacts.cpython-36.pyc > byte-compiling build/bdist.linux-x86_64/egg/beetsplug/__init__.py to > __init__.cpython-36.pyc > creating build/bdist.linux-x86_64/egg/EGG-INFO > copying beets_copyartifacts.egg-info/PKG-INFO -> > build/bdist.linux-x86_64/egg/EGG-INFO > copying beets_copyartifacts.egg-info/SOURCES.txt -> > build/bdist.linux-x86_64/egg/EGG-INFO > copying beets_copyartifacts.egg-info/dependency_links.txt -> > build/bdist.linux-x86_64/egg/EGG-INFO > copying beets_copyartifacts.egg-info/namespace_packages.txt -> > build/bdist.linux-x86_64/egg/EGG-INFO > copying beets_copyartifacts.egg-info/requires.txt -> > build/bdist.linux-x86_64/egg/EGG-INFO > copying beets_copyartifacts.egg-info/top_level.txt -> > build/bdist.linux-x86_64/egg/EGG-INFO > zip_safe flag not set; analyzing archive contents... > creating 'dist/beets_copyartifacts-0.1.2-py3.6.egg' and adding > 'build/bdist.linux-x86_64/egg' to it > removing 'build/bdist.linux-x86_64/egg' (and everything under it) > Processing beets_copyartifacts-0.1.2-py3.6.egg > Removing /usr/lib/python3.6/site-packages/beets_copyartifacts-0.1.2-py3.6.egg > Copying beets_copyartifacts-0.1.2-py3.6.egg to > /usr/lib/python3.6/site-packages > beets-copyartifacts 0.1.2 is already the active version in easy-install.pth > > running > beet import <desired_dir> > gives this same error: > > ** error loading plugin copyartifacts: > Traceback (most recent call last): > File "/usr/lib/python3.6/site-packages/beets/plugins.py", line 254, in > load_plugins > namespace = __import__(modname, None, None) > File "/usr/lib/python3.6/site-packages/beetsplug/copyartifacts.py", line 141 > print 'Ignored files:' > ^ > SyntaxError: Missing parentheses in call to 'print' > > > > So i guess it isn't working. > > OTOH: > Beets works awesome, today i learned about the --quiet option and a 6h dry > run over my old library filled my new Archive with the directory structure i > wished with all files nicely tagged and alined … i LOVE it :D > > Just like to find out how to automagically move these .cue and .log and > Artwork-Folders before switching from copy to move ;) > > > > > > > -- > You received this message because you are subscribed to the Google Groups > "beets" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected] > <mailto:[email protected]>. > For more options, visit https://groups.google.com/d/optout > <https://groups.google.com/d/optout>. -- You received this message because you are subscribed to the Google Groups "beets" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
