From 944f780829ecd55148ef4d3b241b1a3d15573f3e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Mon, 29 Sep 2025 15:11:10 +0200 Subject: [PATCH] README: remove ancient references to python-mpd --- README.rst | 30 ------------------------------ 1 file changed, 30 deletions(-) diff --git a/README.rst b/README.rst index 974acc0..b3cfe47 100644 --- a/README.rst +++ b/README.rst @@ -9,36 +9,6 @@ python-mpd2 the `Music Player Daemon `__. -Difference with python-mpd --------------------------- - -python-mpd2 is a fork of `python-mpd`_. While 0.4.x was backwards compatible -with python-mpd, starting with 0.5 provides enhanced features which are *NOT* -backward compatibles with the original `python-mpd`_ package (see `Porting -Guide `__ -for more information). - -The following features were added: - -- Python 3 support (but you need at least Python 3.6) -- asyncio/twisted support -- support for the client-to-client protocol -- support for new commands from MPD (seekcur, prio, prioid, - config, searchadd, searchaddpl, listfiles, rangeid, addtagid, cleartagid, - mount, umount, listmounts, listneighbors) -- remove deprecated commands (volume) -- explicitly declared MPD commands (which is handy when using for - example `IPython `__) -- a test suite -- API documentation to add new commands (see `Future Compatible `__) -- support for Unicode strings in all commands (optionally in python2, - default in python3 - see `Unicode Handling `__) -- configurable timeouts -- support for `logging `__ -- improved support for sticker -- improved support for ranges - - Getting the latest source code ------------------------------