-
I have lots of audio files in Chinese in my muisc_directory.
I use python-mpd to interact with MPD.
It works well with MPD 0.17.4, but after i upgrade to MPD 0.19.7, UnicodeDecodeError occurs.
With …
-
I installed `osxmpdkeys` with
```
sudo pip install pyobjc-core
sudo pip install osxmpdkeys
```
and then ran
```
mpdkeys
Traceback (most recent call last):
File "/usr/local/bin/mpdkeys", line 3, i…
-
As MPD 0.19 introduces some changes to the protocol, i guess there will be changes to the GREAT **python-mpd2** lib. See the below link:
http://git.musicpd.org/cgit/master/mpd.git/plain/NEWS?h=v0.19
-
Hi,
I've found this module very interesting. Is it possible, to add some commands?
It would be nice when it's possible to use:
add
insert
to manipulate the queue.
Regards Jörg
-
Hi Johannes,
I am having problem to run pymltinest using MPI. Without MPI, everything is perfect.
I got the same error like issues 6 using the same demo script:
https://github.com/JohannesBuchner/PyM…
-
The command seekcur() works for all modes except random mode as expected. When i'm using the random mode, i.e. seekcur("+10"), mpd jumps to the next song and starts playing at the time position of the…
-
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…
-
python-mpd is abandoned, original website is not even available.
Have you considered using a recent fork of python-mpd?
There are two I'm aware of python-mpd2 and python-musicpd.
http://www.musicpd.…
-
Debian package repository now served from http://deb.kaliko.me/
The signing key remains the same, [a package is available](http://deb.kaliko.me/debian/pool/main/k/kaliko-archive-keyring/) to install i…
-
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…