[Pkg-mpd-commits] [python-mpd] 76/262: adding mixrampdb and mixrampdelay commands

Simon McVittie smcv at debian.org
Sun May 22 18:16:27 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 a299df609a97947e767e721e0623442b64705ac9
Author: J. Alexander Treuman <jat at spatialrift.net>
Date:   Mon Dec 13 17:53:48 2010 -0500

    adding mixrampdb and mixrampdelay commands
---
 doc/commands.txt | 2 ++
 mpd.py           | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/doc/commands.txt b/doc/commands.txt
index 278f859..969990c 100644
--- a/doc/commands.txt
+++ b/doc/commands.txt
@@ -9,6 +9,8 @@ stats                                    -> fetch_object
 == Playback Option Commands
 consume          <bool>                  -> fetch_nothing
 crossfade        <int>                   -> fetch_nothing
+mixrampdb        <str>                   -> fetch_nothing
+mixrampdelay     <int>                   -> fetch_nothing
 random           <bool>                  -> fetch_nothing
 repeat           <bool>                  -> fetch_nothing
 setvol           <int>                   -> fetch_nothing
diff --git a/mpd.py b/mpd.py
index 9494b0e..d40b5fa 100644
--- a/mpd.py
+++ b/mpd.py
@@ -67,6 +67,8 @@ class MPDClient(object):
             # Playback Option Commands
             "consume":          self._fetch_nothing,
             "crossfade":        self._fetch_nothing,
+            "mixrampdb":        self._fetch_nothing,
+            "mixrampdelay":     self._fetch_nothing,
             "random":           self._fetch_nothing,
             "repeat":           self._fetch_nothing,
             "setvol":           self._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