mopidy/mopidy
Stein Magnus Jodal d6f17b4cf0 Decode messages from IOError before logging them
IOError messages are bytestrings, often in the language of the system, so they
may include non-ASCII characters. Thus, we must decode them using the locale's
preferred encoding to get Unicode objects we safely can pass on for logging
the IOError.
2012-08-10 23:17:41 +02:00
..
backends Decode messages from IOError before logging them 2012-08-10 23:17:41 +02:00
frontends Decode messages from IOError before logging them 2012-08-10 23:17:41 +02:00
mixers Simplify if statement 2012-02-25 00:25:12 +01:00
outputs docs: Add dependencies and settings to all backends, frontends and 2011-06-09 18:55:20 +02:00
utils Decode messages from IOError before logging them 2012-08-10 23:17:41 +02:00
__init__.py Prepare for maintenance release 2012-05-07 22:56:09 +02:00
__main__.py Move main() into mopidy.core 2011-03-07 20:11:34 +01:00
core.py Fix a bunch of pylint warnings 2012-02-10 00:17:21 +01:00
gstreamer.py Switch arguments so that unlink() is passed the sinkpad 2012-02-13 09:37:21 +01:00
listeners.py Add seeked event 2011-07-27 01:20:00 +02:00
models.py Remove Playlist.mpd_format() and its usage 2011-12-28 00:36:51 +01:00
scanner.py Typo fix 2011-06-09 13:55:15 +02:00
settings.py Add MPD_SERVER_MAX_CONNECTIONS setting (fixes: #134) 2011-09-25 11:49:54 +02:00