search <locate> -> fetch_songs
update [<str>] -> fetch_item
rescan [<str>] -> fetch_item
+readcomments <str> -> fetch_object
== Sticker Commands
sticker get <str> <str> <str> -> fetch_item
== Audio Output Commands
disableoutput <int> -> fetch_nothing
enableoutput <int> -> fetch_nothing
+toggleoutput <int> -> fetch_nothing
outputs -> fetch_outputs
== Reflection Commands
"searchaddpl": self._fetch_nothing,
"update": self._fetch_item,
"rescan": self._fetch_item,
+ "readcomments": self._fetch_object,
# Sticker Commands
"sticker get": self._fetch_item,
"sticker set": self._fetch_nothing,
# Audio Output Commands
"disableoutput": self._fetch_nothing,
"enableoutput": self._fetch_nothing,
+ "toggleoutput": self._fetch_nothing,
"outputs": self._fetch_outputs,
# Reflection Commands
"commands": self._fetch_list,
download_url="http://pypi.python.org/pypi/python-musicpd/",
py_modules=["musicpd"],
classifiers=CLASSIFIERS,
- #license=LICENSE,
+ license=LICENSE,
keywords=["mpd"],
- #platforms=["Independant"],
+ platforms=["Independant"],
)