-
Having recently updated mpDris2 after many months, I found that it failed to control MPD using the multimedia keys, and key saying there was an error mid-connection, followed by "no connection" errors…
-
i tried to build commit 501d815b5a3
with
```
./autogen.sh
./configure --prefix=$HOME --program-prefix=my --enable-taglib=no
```
this configures but `make` fails with
```
g++ -DHAVE_CONFIG_H -I. …
-
When mpd playing online radio stream (added with mpc), vimpc instantly crash, saying
```
terminate called after throwing an instance of 'std::logic_error'
what (): basic_string::_S_construct null …
-
I may have wrong, but actually the noidle command doesn't works.
If I want to stop idling to quering the status for instance, I have to cancel idling with the _noidle_ command.
``` python
client.sen…
-
Hi, I've just installed mpdc, I followed the installing instructions on the homepage, I checked twice that the host and port of MPD are correctly set and mpd is running.
When I run any of the command…
-
Creating a client, and then having the server stop gives one exception the first time `client.status` is called, and then a different exception after that. Subsequent reconnects also fail.
```
>>> i…
-
Is there a reason why the MPDClient class is old-style (eg. doesn't have a signature of `class MPDClient(object):`)?
nemec updated
12 years ago
-
Some entries in my MPD library seem to cause a UnicodeDecodeError. I'm using Python3.
Script:
``` python
#!/usr/bin/python
import mpd
client = mpd.MPDClient()
client.connect("localhost", 6600)
pr…
-
This is what I get when I run latest pythagora:
mpdunicode: Using python-mpd version 3.0 or later.
Traceback (most recent call last):
File "pythagora", line 558, in
main()
File "pythagora", …
-
Hi Mic92,
I got a problem using python-mpd2 version 0.4.2.
I'm running:
Python 2.7.3,
PyQt4.9.1,
mpd 0.16.8,
Windows 7 professional SP1 ( English Edition)
The problem i got is the playlist **ren…