[Pkg-mpd-commits] [python-mpd] 123/262: Some corrections in documentation

Simon McVittie smcv at debian.org
Sun May 22 18:16:35 UTC 2016


This is an automated email from the git hooks/post-receive script.

smcv pushed a commit to branch upstream
in repository python-mpd.

commit c73824e498d9a733b65860547c10a1d3368884b5
Author: kaliko <efrim at azylum.org>
Date:   Wed Mar 21 19:13:14 2012 +0100

    Some corrections in documentation
---
 README.md        | 15 +++++++--------
 doc/commands.txt |  1 -
 2 files changed, 7 insertions(+), 9 deletions(-)

diff --git a/README.md b/README.md
index 31145c4..b68b8f0 100644
--- a/README.md
+++ b/README.md
@@ -1,8 +1,8 @@
 python-mpd2
-==========
+===========
 
-Difference to python-mpd
--------------------------
+Difference with python-mpd
+--------------------------
 
 python-mpd2 is a fork of the python-mpd. It is backward compatible to python-mpd, so it could act as drop-in replacement.
 Current features list:
@@ -11,11 +11,10 @@ Current features list:
  - support for the upcoming client-to-client protocol
  - adding new commands of mpd v0.17 (seekcur, prio, prioid, config)
  - remove of deprecated commands (volume)
- - methods are explicit declared now, so they are shown in ipython
+ - add explicit method declaration, so they are shown in ipython
  - add unit tests
  - documented API to add new commands (see Future Compatible)
 
-I attempted to merge my changes into the original project, but never get a reponse.
 If you like this module, you could try contact the original author <jat at spatialrift.net> or join the discussion on the [issue tracker](http://jatreuman.indefero.net/p/python-mpd/issues/7/)
 
 Getting the latest source code
@@ -44,7 +43,7 @@ Until the python community adapt this package, here are some ready to use packag
 
 ### Debian
 
-just add this line to your */etc/apt/sources.list*:
+Drop this line in */etc/apt/sources.list.d/python-mpd2.list*:
 
     deb http://sima.azylum.org/debian unstable main
 
@@ -58,7 +57,7 @@ Key fingerprint :
 
 Controls with *apt-key finger*.
 
-Then simply update/install *python-mpd2* with apt or aptitude:
+Then simply update/install *python-mpd2* or *python3-mpd* with apt or aptitude:
 
 ### Arch Linux
 
@@ -138,7 +137,7 @@ Contacting the author
 
 Just connect me (Mic92) on github or via email (jthalheim at gmail.com).
 
-Usally I hang around on jabber: sonata at conference.codingteam.net
+Usually I hang around on jabber: sonata at conference.codingteam.net
 
 You can contact the original author by emailing J. Alexander Treuman <jat at spatialrift.net>.
 
diff --git a/doc/commands.txt b/doc/commands.txt
index 6efc6a6..8da8101 100644
--- a/doc/commands.txt
+++ b/doc/commands.txt
@@ -17,7 +17,6 @@ setvol             <int>                   -> fetch_nothing
 single             <bool>                  -> fetch_nothing
 replay_gain_mode   <str>                   -> fetch_nothing
 replay_gain_status                         -> fetch_item
-volume             <int>                   -> fetch_nothing
 
 == Playback Control Commands
 next                                       -> fetch_nothing

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mpd/python-mpd.git



More information about the Pkg-mpd-commits mailing list