summaryrefslogtreecommitdiff
path: root/client/modules/MPDControl.py
Commit message (Collapse)AuthorAgeFilesLines
* Use Python-3-style print function to match coding styleschneefux2014-12-041-3/+3
| | | | This also makes a possible transition to Python 3.x easier
* Remove TranscriptionMode and improve STT engine initialisationschneefux2014-11-051-11/+2
|
* Integrate new vocabcompiler into jasper.py, client/stt.py and ↵schneefux2014-10-081-27/+15
| | | | client/musicmode.py
* Fix flake8 style nitsschneefux2014-10-061-31/+42
|
* Only look for 'close' if activeListen returned somethingschneefux2014-10-011-4/+3
|
* Apply fix from PR jasperproject/jasper-client#173 to MusicModeschneefux2014-10-011-15/+15
|
* Use instance attributes in MPDWrapperschneefux2014-10-011-9/+5
|
* Readd MusicMode as dedicated moduleschneefux2014-10-011-0/+428