miniplayer
miniplayer copied to clipboard
A curses based mpd client with basic functionality and album art.
Hey again, I noticed that when I have colors set to `auto` in the config file, these colors tend to persist and bleed into other TUI apps that are launched...
I cannot find any suitable package for that dependency. I am running Fedora 37 with Linux kernel 6.0.10 Can someone help me? Relevant error message: ``` Could not find suitable...
Every time `miniplayer` closes there's an error from a curses call - looks like its because the `curses.endwin()` function is called twice, once in the `Player.loop()` function, and again the...