mopidy/mopidy
Thomas Adamcik 3a4a9e60e0 Fix use of threading.Event for Python 2.6 and clear connected state.
threading.Event's wait method returns None on python pre 2.7, which means all
searches would fail. This also corrects that fact that we weren't clearing the
connected threading event on disconnects. I did not add any tests for this at
this time as I just want to get the fix out.
2012-12-24 13:55:46 +01:00
..
audio audio: Move Spotify appsrc caps out of audio 2012-12-24 01:40:35 +01:00
backends Fix use of threading.Event for Python 2.6 and clear connected state. 2012-12-24 13:55:46 +01:00
core Return SearchResult objects from find_exact() and search() 2012-12-21 22:05:20 +01:00
frontends mpd: Minor refactoring 2012-12-24 01:09:50 +01:00
utils settings: Fail if BACKENDS/FRONTENDS setting isn't iterable (fixes #278) 2012-12-23 15:42:49 +01:00
__init__.py Bump version number to 0.11.0 2012-12-24 10:48:29 +01:00
__main__.py Make all strings unicode by default (fixes #224) 2012-11-13 00:18:47 +01:00
exceptions.py Make all strings unicode by default (fixes #224) 2012-11-13 00:18:47 +01:00
models.py models: Add SearchResult model 2012-12-21 00:30:20 +01:00
scanner.py scanner: Better info logging 2012-12-12 12:22:53 +01:00
settings.py mpd: Add MPD_SERVER_CONNECTION_TIMEOUT setting 2012-12-19 23:47:22 +01:00