Commit Graph

2006 Commits

Author SHA1 Message Date
Stein Magnus Jodal
99ef5a3c7f Include tox.ini in source distribution 2011-04-27 00:20:31 +02:00
Stein Magnus Jodal
50aef50989 Ready for 0.5.0 development 2011-04-27 00:20:08 +02:00
Stein Magnus Jodal
8df4505b97 Release v0.4.0 2011-04-26 23:48:39 +02:00
Stein Magnus Jodal
b8a8da1cdc Add description of 0.4.0 release 2011-04-26 23:47:38 +02:00
Stein Magnus Jodal
f35e1348bc Update changelog with fixes from @adamcik 2011-04-26 23:24:23 +02:00
Stein Magnus Jodal
a7e6596578 Pause playback on Spoticy connection errors (fixes #65) 2011-04-26 23:07:36 +02:00
Thomas Adamcik
e1ef4171b5 Merge branch 'develop' of http://github.com/mopidy/mopidy into develop 2011-04-25 20:37:50 +02:00
Stein Magnus Jodal
043338d3af Revert "Merge branch 'feature/multi-backend' into develop"
This reverts commit c8639f48da, reversing
changes made to 3e0a04ab91.
2011-04-25 15:14:00 +02:00
Stein Magnus Jodal
c8639f48da Merge branch 'feature/multi-backend' into develop 2011-04-25 15:07:41 +02:00
Stein Magnus Jodal
5f7988d974 Merge branch 'develop' into feature/multi-backend
Conflicts:
	mopidy/backends/local/__init__.py
	mopidy/outputs/gstreamer.py
	tests/frontends/mpd/audio_output_test.py
	tests/frontends/mpd/command_list_test.py
	tests/frontends/mpd/connection_test.py
	tests/frontends/mpd/current_playlist_test.py
	tests/frontends/mpd/dispatcher_test.py
	tests/frontends/mpd/music_db_test.py
	tests/frontends/mpd/playback_test.py
	tests/frontends/mpd/reflection_test.py
	tests/frontends/mpd/regression_test.py
	tests/frontends/mpd/status_test.py
	tests/frontends/mpd/stickers_test.py
	tests/frontends/mpd/stored_playlists_test.py
2011-04-25 15:05:33 +02:00
Thomas Adamcik
aa0c309d23 Ignore tracks without uri as they are probably local files 2011-04-25 01:28:22 +02:00
Thomas Adamcik
b5b2319ac1 Use uridecodebin for all playblack 2011-04-24 18:32:45 +02:00
Stein Magnus Jodal
3e0a04ab91 Exit main thread if no actors are running 2011-04-24 01:25:10 +02:00
Thomas Adamcik
0b91b26910 Check if creation of IPv6 sockets works before using it (fixes #75) 2011-04-23 18:15:28 +02:00
Thomas Adamcik
f20b3b26f6 Add platform and python information to startup logging (fixes #73) 2011-04-23 15:08:03 +02:00
Stein Magnus Jodal
7f5aa6ed19 Update GitHub issues links to match new URL scheme 2011-04-11 23:01:20 +02:00
Stein Magnus Jodal
833f311cf6 Update changelog with symlink fix 2011-04-11 22:53:27 +02:00
Stein Magnus Jodal
2a3b6f2133 Replace symlinks with real files (fixes #68) 2011-04-11 22:47:49 +02:00
Stein Magnus Jodal
6708ab79de Reduce log level from warning to info (fix #71) 2011-04-11 21:19:28 +02:00
Stein Magnus Jodal
79771d6e2c Rename data_folder() to path_to_data_dir() 2011-04-07 15:55:03 +02:00
Stein Magnus Jodal
e188f19595 Fix typo in 0.3.0 changelog 2011-04-06 23:05:55 +02:00
Stein Magnus Jodal
342c13f811 Fix 'song: None' in 'status' response 2011-04-06 22:40:50 +02:00
Stein Magnus Jodal
ba738b5c1e Add missing tests for eq/ne of Playlist 2011-04-06 18:36:14 +02:00
Stein Magnus Jodal
005260eb9c Add __repr__ to ImmutableObject to get better output from failed model comparisions in tests 2011-04-06 18:18:00 +02:00
Stein Magnus Jodal
037da6f460 Remove Playlist._tracks workaround 2011-04-06 18:01:33 +02:00
Stein Magnus Jodal
fce5964395 Remove Track._artists workaround 2011-04-06 17:54:12 +02:00
Stein Magnus Jodal
9499250a7f Remove Album._artists workaround 2011-04-06 17:51:36 +02:00
Stein Magnus Jodal
c5dd33a343 Replace invalid :cmd: with valid :command: 2011-04-05 21:50:07 +02:00
Stein Magnus Jodal
176409f0e8 Update changelog with patches from grunskis and octe 2011-04-05 21:46:11 +02:00
Stein Magnus Jodal
bd6357fa45 Merge remote-tracking branch 'octe/develop' into develop
Conflicts:
	mopidy/frontends/mpd/translator.py
2011-04-05 21:45:06 +02:00
Stein Magnus Jodal
dec1643e7f Merge remote-tracking branch 'grunskis/develop' into develop 2011-04-05 21:37:21 +02:00
Stein Magnus Jodal
f3480ef680 Ironic: Misspelling 'bugs' 2011-04-05 21:36:05 +02:00
Stein Magnus Jodal
9e3cfc1072 Give jkp credits for fixing bugs in Pyspotify 2011-04-05 21:33:12 +02:00
Stein Magnus Jodal
2bacf5fe0b Fix link in changelog 2011-04-03 12:56:35 +02:00
Stein Magnus Jodal
f25f3d95c7 Update changelog after merge of feature/pykka-actors 2011-04-03 12:44:30 +02:00
Stein Magnus Jodal
be1e0fa819 Merge branch 'feature/pykka-actors' into develop 2011-04-03 12:29:13 +02:00
Stein Magnus Jodal
b0f92af157 Merge remote branch 'mopidy/develop' into feature/pykka-actors 2011-03-31 09:05:59 +02:00
Stein Magnus Jodal
4703783eed Upgrade to work with final release of Pykka 0.12 2011-03-30 23:28:54 +02:00
Stein Magnus Jodal
62f07cdd7f Sleep forever when main() is done to be able to catch KeyboardInterrupt 2011-03-30 23:08:36 +02:00
Stein Magnus Jodal
3aded359c5 Fix error in issue reference 2011-03-30 20:21:56 +02:00
Stein Magnus Jodal
dff5993727 Add Github issue reference 2011-03-30 20:18:04 +02:00
Stein Magnus Jodal
36b9c1af19 Update changelog with fixes by bok 2011-03-30 20:15:08 +02:00
Stein Magnus Jodal
4a5c0a621d Merge remote-tracking branch 'bok/develop' into develop 2011-03-30 19:39:23 +02:00
Stein Magnus Jodal
4c5db1e25e docs: How to turn off 'idle' use ncmpcpp 2011-03-30 19:35:33 +02:00
Antoine Pierlot-Garcin
e0b212a275 Spotify backend: better error handling. 2011-03-30 00:49:51 -04:00
Stein Magnus Jodal
4452957c10 Require Pykka 0.12 (not released yet) 2011-03-30 00:39:19 +02:00
Stein Magnus Jodal
5d6fc7b092 Avoid blocking forever waiting on search query responses from Spotify 2011-03-24 13:52:41 +01:00
Stein Magnus Jodal
be42217d3b Fix 'stored_playlists does not have "playlists" attribute' error 2011-03-24 06:58:22 +01:00
Stein Magnus Jodal
168d6ea434 Replace last multiprocessing.Connection with Queue.Queue 2011-03-23 23:05:20 +01:00
Stein Magnus Jodal
b07f37117f Fix Pylint error 2011-03-23 22:43:32 +01:00