Commit Graph

2017 Commits

Author SHA1 Message Date
Stein Magnus Jodal
eb13a8abd1 Add credits and issue reference to changelog 2011-05-06 00:14:09 +02:00
Stein Magnus Jodal
79fc6a11da Update changelog with removal of redundant Pykka proxy creation 2011-05-06 00:01:03 +02:00
Stein Magnus Jodal
a2d08e7f52 Merge branch 'bugfix/do-not-create-unused-pykka-proxies' into hotfix/0.4.1 2011-05-05 23:59:06 +02:00
Stein Magnus Jodal
9b0499bc1a Update changelog with UnicodeDecodeError fix from bok 2011-05-05 23:59:02 +02:00
Stein Magnus Jodal
df11f0523d Do not create Pykka proxies we do not use. The underlying actor may already be dead. 2011-05-05 23:57:20 +02:00
Antoine Pierlot-Garcin
5830ab3377 Fix UnicodeDecodeError in MPD frontend on non-english locale 2011-05-01 15:31:08 +02:00
Stein Magnus Jodal
cec3c30400 Update changelog with fix for GH-85 2011-04-29 23:52:40 +02:00
Stein Magnus Jodal
eeeaed0a71 Merge branch 'bugfix/85-fix-non-negotiated-appsrc' into hotfix/0.4.1 2011-04-29 23:48:54 +02:00
Thomas Adamcik
e3235e9620 Fix for #85 - appsrc wasn't being linked due to lack of default caps 2011-04-29 22:17:50 +02:00
Stein Magnus Jodal
9f130f4dfc Bump version number to 0.4.1 2011-04-29 21:44:57 +02:00
Stein Magnus Jodal
b2e4f3903c Add NadMixer fix to changelog 2011-04-29 20:30:04 +02:00
Stein Magnus Jodal
f88db9d54f Merge branch 'hotfix/nad-mixer' into release/0.4.1 2011-04-29 20:25:26 +02:00
Stein Magnus Jodal
1695507210 Remove eol kwarg that are only supported by pyserial.FileLike.readline, and not io.RawIOBase.readline 2011-04-29 20:25:07 +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