Skip to content

Commit 99086d1

Browse files
committed
README: remove ancient references to python-mpd
1 parent 61a6810 commit 99086d1

File tree

1 file changed

+0
-30
lines changed

1 file changed

+0
-30
lines changed

README.rst

Lines changed: 0 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -9,36 +9,6 @@ python-mpd2
99
the `Music Player Daemon <http://musicpd.org>`__.
1010

1111

12-
Difference with python-mpd
13-
--------------------------
14-
15-
python-mpd2 is a fork of `python-mpd`_. While 0.4.x was backwards compatible
16-
with python-mpd, starting with 0.5 provides enhanced features which are *NOT*
17-
backward compatibles with the original `python-mpd`_ package (see `Porting
18-
Guide <https://python-mpd2.readthedocs.io/en/latest/topics/porting.html>`__
19-
for more information).
20-
21-
The following features were added:
22-
23-
- Python 3 support (but you need at least Python 3.6)
24-
- asyncio/twisted support
25-
- support for the client-to-client protocol
26-
- support for new commands from MPD (seekcur, prio, prioid,
27-
config, searchadd, searchaddpl, listfiles, rangeid, addtagid, cleartagid,
28-
mount, umount, listmounts, listneighbors)
29-
- remove deprecated commands (volume)
30-
- explicitly declared MPD commands (which is handy when using for
31-
example `IPython <http://ipython.org>`__)
32-
- a test suite
33-
- API documentation to add new commands (see `Future Compatible <https://python-mpd2.readthedocs.io/en/latest/topics/advanced.html#future-compatible>`__)
34-
- support for Unicode strings in all commands (optionally in python2,
35-
default in python3 - see `Unicode Handling <https://python-mpd2.readthedocs.io/en/latest/topics/advanced.html#unicode-handling>`__)
36-
- configurable timeouts
37-
- support for `logging <https://python-mpd2.readthedocs.io/en/latest/topics/logging.html>`__
38-
- improved support for sticker
39-
- improved support for ranges
40-
41-
4212
Getting the latest source code
4313
------------------------------
4414

0 commit comments

Comments
 (0)