Erica
Erica
Here we go! [GuardKenzie/chafa.py](https://github.com/GuardKenzie/chafa.py) I have been working on this during December and I think it's time for a proper release. You can also check out the homepage on [chafapy.mage.black](https://chafapy.mage.black)...
Yeah, that sounds amazing!
It seems that the maintainer of Überzug has decided to [discontinue the project and removed it from PyPi.](https://github.com/seebye/ueberzug/blob/master/README.md) While I search for a suitable replacement, you can work around this...
Please don't run miniplayer as root. What happens if you skip the sudo? Also, what is the output of `where miniplayer`. Make sure you have curses and mpd installed. Please...
It looks like your pixcat installation is broken. Try reinstalling with pip running as user. If you need further assistance, please open a new issue.
Thanks for submitting this! I think I know what's up. It has to do with how curses does custom colors and which color I'm overwriting in getDominantColor. https://github.com/GuardKenzie/miniplayer/blob/845ea545bd9df6e9d5f0f20fa75a64b4f0e2d624/bin/miniplayer#L412-L422 I think...
Thanks for this. I will put out a fix (or a band-aid) in the next release. The problem is that, atm, miniplayer overwrites color 7 (`curses.COLOR_WHITE`) with the auto-picked color....
I think ncmpcpp normally uses colors below 16 so changing color 255 (or some other random color like 171) willl not affect most users. You are right though, I should...