simple mpd client thing

gets now playing status
This commit is contained in:
2017-03-10 20:36:56 -06:00
parent 474afe2576
commit 217b8a15cd
7 changed files with 74 additions and 0 deletions

View File

@@ -184,6 +184,12 @@ IRCBOT_XMLRPC_PORT = 13132
KARMA_IGNORE_CHATTER_TARGETS = []
KARMA_IGNORE_COMMAND_TARGETS = []
# mpd
MPD_HOST = ""
MPD_PORT = None
MPD_PASS = None
# storycraft
STORYCRAFT_MASTER_CHANNEL = '#dr.botzo'