Skip to content

Commit

Permalink
Update README with logging + cleanup merges
Browse files Browse the repository at this point in the history
  • Loading branch information
multani committed Dec 28, 2011
1 parent f01b9dc commit 07f4043
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.rst
Expand Up @@ -64,6 +64,20 @@ Currently, the following things have been changed since the Berlios's version:
* "Daniel <quite@hack.org>" 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
------------------
Expand Down

0 comments on commit 07f4043

Please sign in to comment.