-
Hi
When you perform a search command with a huge amount of data, the response is truncated at 16Kb (default highWaterMark value).
I've not yet look how the connection is handled in MpdClient but I g…
-
Trying to use `:addall` results in the error "E2: MPD Error" incorrect arguments".
ahti updated
10 years ago
-
It would be nice to get help.
OS: Mac OS X 10.9.4
MPD: 0.18.13 (Installed by homebrew: brew install mpd)
python-mpd2: 0.5.3
For debugging, i inserted one line "print('Line from client: ', li…
-
I've just noticed that there's no support for the "crop" command. Is it something that you should enable in the library or is it due to MPD for any reason?
The error when calling it is the following:…
-
OSX 10.9.x
MPD: 0.18.11 (installed by homebrew)
Python 2.7.x
python-mpd2 0.5.3
```
import mpd
handler = mpd.MPDClient(use_unicode=True)
handler.connect('localhost', 6600)
```
Then sometimes, not…
-
I'm trying to seek on the currently playing song and I'm getting the following error:
```
CommandError: [5@0] {} unknown command "seekcur"
```
Using MPDClient.seek() works fine, but it requires sp…
-
The volume control might be disabled in MPD configuration to ensure bit-perfect digital output.
In such a case the volume control does nothing and might be hidden.
Optionally...
Hiding might be possi…
-
Is there a way to cancel an `idle()` command?
In MPD you can send a `noidle` command to cancel a previously issued `idle` command. But in python-mpd2 the `idle` command is blocking, so there seems to…
dbrgn updated
10 years ago
-
```
==> ./configure --disable-debug --prefix=/usr/local/Cellar/vimpc/0.04
==> make install
/usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I./src -I/usr/local/include -DHELP_DIRECTORY='"/usr/local/Cellar/vimp…
richo updated
10 years ago
-
After building vimpc fresh from git, I get a segfault when running it:
```
10940: vimpc - segfault at c ip b7815d17 sp bf9dbc2c error 4 in libmpdclient.so.2.0.1[b780a000+e000]
```
How can I provide …