From 07f4043ef78158433b1c40958735225405743bf6 Mon Sep 17 00:00:00 2001 From: Jonathan Ballet Date: Wed, 28 Dec 2011 21:35:43 +0800 Subject: [PATCH] Update README with logging + cleanup merges --- README.rst | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.rst b/README.rst index 74cbeb4e..3f4efaae 100644 --- a/README.rst +++ b/README.rst @@ -64,6 +64,20 @@ Currently, the following things have been changed since the Berlios's version: * "Daniel " added support to toggle fullscreen status from the command line. +* Sonata now use the Python's `logging` module to log things instead of + print/sys.std[out|err].write/custom thing, which should render things more + uniform and customizable. + + This is the `logging-support` branch. + +* I refactored how the MPD object is accessed in the code: the MPD client is now + a plain object with nice methods to access MPD functionality, which makes the + code sightly better to read. There's still some (hard) work to do to provide a + good looking and *uniform* access to the song's info (it's currently a + gigantic mess). + + This is the `cleanup-mpd-object` branch. + Personal todo list ------------------