@outsidecontext Sorry for the late reply. I have no functional issues with the version Picard I pull from the daily PPA. As I mentioned, there is data in the xsession-errors, I have pasted here as shows from opening Picard, then closing Picard.
The plugins I have checked as active are:
- Add Cluster As Release
- Feat Artist in Titles
- Generate Cuesheet
- Keep Tags
This is a fresh install of Picard, installed at the time I posted this, and on install, I checked those plugins and have not changed them since. Again, I have no functional issues, aside from the features I want that are not there All seems to function as it is intended to. I am adding the following only to provide you with information, I have little worry or concern about it. Ubuntu is producing so many errors currently that a few lines in a multi MB error log file is of no real concern. My OS is Ubuntu 18.04 MATE, that is somewhat a hybrid of that and Debian Sid, especially when it comes to multimedia related packages.
I: 03:36:31,736 /usr/lib/picard/picard/tagger.debug:234: Debug mode off
E: 03:36:32,354 /usr/lib/picard/picard/plugin.load_plugin:349: Plugin ‘acousticbrainz’ : Traceback (most recent call last):
File “/usr/lib/picard/picard/plugin.py”, line 324, in load_plugin
plugin_module = importer.load_module(_PLUGIN_MODULE_PREFIX + name)
File “/home/xxxxxx/.config/MusicBrainz/Picard/plugins/acousticbrainz.zip/acousticbrainz.py”, line 33, in
from picard.webservice import REQUEST_DELAY
ImportError: cannot import name ‘REQUEST_DELAY’
E: 03:36:32,360 /usr/lib/picard/picard/plugin.load_plugin:349: Plugin ‘acousticbrainz_tonal-rhythm’ : Traceback (most recent call last):
File “/usr/lib/picard/picard/plugin.py”, line 324, in load_plugin
plugin_module = importer.load_module(_PLUGIN_MODULE_PREFIX + name)
File “/home/xxxxxx/.config/MusicBrainz/Picard/plugins/acousticbrainz_tonal-rhythm.zip/acousticbrainz_tonal-rhythm.py”, line 38, in
from picard.webservice import REQUEST_DELAY
ImportError: cannot import name ‘REQUEST_DELAY’
W: 03:36:32,409 /usr/lib/picard/picard/plugin.load_plugin:345: Plugin ‘Disc Numbers’ from ‘/home/xxxxxx/.config/MusicBrainz/Picard/plugins/discnumber.zip/discnumber.py’ is not compatible with this version of Picard.
E: 03:36:32,644 /usr/lib/picard/picard/plugin.load_plugin:349: Plugin ‘playlist’ : Traceback (most recent call last):
File “/usr/lib/picard/picard/plugin.py”, line 324, in load_plugin
plugin_module = importer.load_module(_PLUGIN_MODULE_PREFIX + name)
File “/home/xxxxxx/.config/MusicBrainz/Picard/plugins/playlist.zip/playlist.py”, line 26, in
from PyQt4 import QtCore, QtGui
RuntimeError: the PyQt4.QtCore and PyQt5.QtCore modules both wrap the QObject class
W: 03:36:32,649 /usr/lib/picard/picard/plugin.load_plugin:345: Plugin ‘Release Type’ from ‘/home/xxxxxx/.config/MusicBrainz/Picard/plugins/release_type.zip/release_type.py’ is not compatible with this version of Picard.
W: 03:36:32,654 /usr/lib/picard/picard/plugin.load_plugin:345: Plugin ‘Save and rewrite header’ from ‘/home/xxxxxx/.config/MusicBrainz/Picard/plugins/save_and_rewrite_header.zip/save_and_rewrite_header.py’ is not compatible with this version of Picard.
W: 03:36:32,671 /usr/lib/picard/picard/plugin.load_plugin:345: Plugin ‘Standardise Feat.’ from ‘/home/xxxxxx/.config/MusicBrainz/Picard/plugins/standardise_feat.zip/standardise_feat.py’ is not compatible with this version of Picard.
E: 03:36:32,676 /usr/lib/picard/picard/plugin.load_plugin:349: Plugin ‘tracks2clipboard’ : Traceback (most recent call last):
File “/usr/lib/picard/picard/plugin.py”, line 324, in load_plugin
plugin_module = importer.load_module(_PLUGIN_MODULE_PREFIX + name)
File “/home/xxxxxx/.config/MusicBrainz/Picard/plugins/tracks2clipboard.zip/tracks2clipboard.py”, line 10, in
from PyQt4 import QtCore, QtGui
RuntimeError: the PyQt4.QtCore and PyQt5.QtCore modules both wrap the QObject class
E: 03:36:33,267 /usr/lib/picard/picard/plugin.load_plugin:349: Plugin ‘viewvariables’ : Traceback (most recent call last):
File “/usr/lib/picard/picard/plugin.py”, line 324, in load_plugin
plugin_module = importer.load_module(_PLUGIN_MODULE_PREFIX + name)
File “/home/xxxxxx/.config/MusicBrainz/Picard/plugins/viewvariables.zip/viewvariables/init.py”, line 11, in
from PyQt4 import QtGui, QtCore
RuntimeError: the PyQt4.QtCore and PyQt5.QtCore modules both wrap the QObject class
E: 03:36:33,290 /usr/lib/picard/picard/plugin.load_plugin:349: Plugin ‘wikidata’ : Traceback (most recent call last):
File “/usr/lib/picard/picard/plugin.py”, line 324, in load_plugin
plugin_module = importer.load_module(_PLUGIN_MODULE_PREFIX + name)
File “/home/xxxxxx/.config/MusicBrainz/Picard/plugins/wikidata.zip/wikidata.py”, line 19, in
from picard.webservice import XmlWebService
ImportError: cannot import name ‘XmlWebService’