From f024c224a49253f86bd0fb68d66cec5d4aff49fd Mon Sep 17 00:00:00 2001 From: enkore Date: Mon, 28 Apr 2014 14:32:15 +0200 Subject: [PATCH] Update Readme, merged #53 --- README.rst | 3 ++- README.tpl.rst | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index b787e36..1938e76 100644 --- a/README.rst +++ b/README.rst @@ -39,6 +39,7 @@ Contributors * aaron-lebo * afics * Arvedui +* cganas * enkore (current maintainer) * gwarf * janoliver (started the project) @@ -664,7 +665,7 @@ Settings: :host: (default: ``localhost``) :port: MPD port (default: ``6600``) :format: formatp string (default: ``{title} {status}``) -:status: Dictionary mapping pause, play and stop to output (default: ``{'play': '▶', 'stop': '◾', 'pause': '▷'}``) +:status: Dictionary mapping pause, play and stop to output (default: ``{'pause': '▷', 'play': '▶', 'stop': '◾'}``) :interval: (default: ``1``) diff --git a/README.tpl.rst b/README.tpl.rst index cce30cf..46eaaa5 100644 --- a/README.tpl.rst +++ b/README.tpl.rst @@ -39,6 +39,7 @@ Contributors * aaron-lebo * afics * Arvedui +* cganas * enkore (current maintainer) * gwarf * janoliver (started the project)