-
To install ncmpy I needed to change version of python-mpd2 to 1.0.0.
-
Hello,
i try to run but come across error
output
```
❯ miniplayer
Traceback (most recent call last):
File "/home/ahloi/.local/bin/miniplayer", line 455, in loop
self.handleKeypress()
…
-
After seeking in home-assistant this traceback popped up and the mpd connection stopped working.
```pytb
2020-12-21 17:36:36 ERROR (MainThread) [homeassistant] Error doing job: Task exception was …
-
The AUR package doesnt build. Im not sure if this is a local issue or not.
```
Preparing...
Cloning miniplayer-git build files...
Checking miniplayer-git dependencies...
Cloning python-ffmpeg b…
-
Today I took mpdevil for a spin (1.2.1) and it works nicely. Thank you for you effort.
With using Ubuntu 20.10, python3-mpd is stuck at version 1.1.0 which means no cover art being retrieved.
I down…
-
MUST READ THIS BEFORE SUBMITTING ISSUES (read the links, then delete this message before submitting):
- https://github.com/ccxt/ccxt/wiki/FAQ
- https://github.com/ccxt/ccxt/blob/master/CONTRIBUTIN…
-
Hi,
I'm using the asyncio flavor of python-mpd2 and it works very well for me.
The one thing I'm struggeling with is the detection of a closed or lost connection.
My code is somehow based on th…
-
I got this error:
makefile() got an unexpected keyword argument 'newline'
What is my mistake?
Can I use this library in Python 2.7?
Thanks
-
Hi there,
### Problem
Running this command in verbose (`-vv`) mode:
```sh
$ beet fingerprint # This works fine
$ beet -vv submit
```
Led to this problem:
```
chroma: /ru…
-
The async MPDClient apparently can get into a weird state, where trying to call `disconnect()` on it results in the following traceback:
```pytb
Traceback (most recent call last):
File "/usr/sr…