Rok Mandeljc
Rok Mandeljc
I've reproduced this in Sparky Linux GameOver edition in a VM. Playing any radio stream causes a segmentation fault, which brings `exaile` down. Unfortunately, the origin of segmentation fault is...
The issue is not specific to exaile, either: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=970687
As a work-around, renaming `/usr/lib/x86_64-linux-gnu/gio/modules/libgiolibproxy.so` to `/usr/lib/x86_64-linux-gnu/gio/modules/libgiolibproxy.so.bak` seems to do the trick for the XFCE session. But I have no idea if it breaks anything else...
I did a quick test with couple of audio CDs, and it seems to work well. I.e., the real discs get correct metadata (with old plugin, some did not), while...
Take a look at https://pypi.org/project/bsddb3/
Removing the confirmation altogether sounds reasonable.
Sorry for the delay! Functionality-wise the proposed changes look good - the contents of current tab are now properly replaced when either a smart playlist, a playlist, or a track...
> I'm not sure I understand your second point. Could you elaborate a bit more? Like I said, this is the first time I've coded in Python rather than R,...
> Second issue was with spydaap. the version i pulled from pip didn't handle bytearrays/strings correctly (python3) For `spydaap`, we have our fork at https://github.com/exaile/spydaap, and that one has a...
This looks like a variant of pyinstaller/pyinstaller#6198, which is caused by `win32com` being imported before the other package that tries to set the thread mode (which in this case seems...