Commit Graph

2061 Commits

Author SHA1 Message Date
Thomas Adamcik
6f9be11594 Cleanup gstreamer. Simplified code and reduced get_by_name usage. 2011-05-05 21:39:26 +02:00
Thomas Adamcik
03c30369b3 Merge branch 'develop' into feature/encapsulate-gstreamer-state-changes
Conflicts:
	mopidy/gstreamer.py
2011-05-05 20:22:27 +02:00
Thomas Adamcik
b966c0fd1b Basic docstrings for new helpers 2011-05-05 20:21:17 +02:00
Thomas Adamcik
e1cc1dfe48 Rename prepare_playback to prepare_change 2011-05-05 20:17:28 +02:00
Thomas Adamcik
76a33f37db Add some more tests 2011-05-04 23:42:14 +02:00
Thomas Adamcik
9998a0e80f Update gstreamer test 2011-05-04 23:35:50 +02:00
Thomas Adamcik
d0e0594a78 s/PAUSE/PAUSED/ in pause_playback 2011-05-04 23:35:32 +02:00
Thomas Adamcik
6feb4f4c41 Add pulsesink to docstring and mention gst-launch 2011-05-04 11:18:17 +02:00
Thomas Adamcik
173b5cfb82 Minor doc fixes for outputs 2011-05-04 00:23:21 +02:00
Thomas Adamcik
fad015ba7e Update changelog with modularised output and time error bug 2011-05-04 00:15:21 +02:00
Thomas Adamcik
4df54ffdef Fix refrence to mopidy.outputs.CustomOutput 2011-05-04 00:00:38 +02:00
Thomas Adamcik
0a2a582b25 Remove last refrenceto GStreamerOutput 2011-05-03 23:57:38 +02:00
Thomas Adamcik
f69e01c501 docstrings for outputs 2011-05-03 23:56:24 +02:00
Thomas Adamcik
8e8a7cd037 Add docstring for BaseOutput 2011-05-03 23:41:01 +02:00
Thomas Adamcik
9b47870404 Make mopidy.ouputs a module again 2011-05-03 23:27:23 +02:00
Thomas Adamcik
32cf5588eb Recovered old BastOutput docstrings and added them to GStreamer class where apropriate 2011-05-03 23:25:33 +02:00
Thomas Adamcik
42547563ea Convert set_state to internal method 2011-05-03 23:08:31 +02:00
Thomas Adamcik
882ba520d8 Replace set_state with <action>_playback helpers 2011-05-03 23:04:15 +02:00
Stein Magnus Jodal
ed5cd8f52b docs: Refresh docs wrt. mopidy.{gstreamer,outputs} 2011-05-03 10:08:21 +02:00
Stein Magnus Jodal
dc018024f9 Move BaseOutput from mopidy.gstreamer to mopidy.outputs 2011-05-03 10:04:20 +02:00
Thomas Adamcik
e57f3f39c4 Short circuit retrival of position when we are in stopped state, should fix #87 2011-05-02 23:49:39 +02:00
Thomas Adamcik
f39d98f505 Fix merge error in gstreamer.py 2011-05-02 21:55:11 +02:00
Thomas Adamcik
0031239357 Merge branch 'feature/modularised-output' into develop 2011-05-02 21:44:45 +02:00
Thomas Adamcik
865d62e6e1 Merge branch 'develop' into feature/modularised-output
Conflicts:
	mopidy/gstreamer.py
2011-05-01 23:51:33 +02:00
Antoine Pierlot-Garcin
5a16b2ec55 Fix UnicodeDecodeError in MPD frontend on non-english locale 2011-04-29 20:46:34 -04:00
Stein Magnus Jodal
f894ee8572 Merge branch 'bugfix/85-fix-non-negotiated-appsrc' into develop 2011-04-29 23:48:13 +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
c0b25a7e8d Merge branch 'hotfix/nad-mixer' into develop 2011-04-29 20:30:33 +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
1a3fa4b80d Prepare changelog for 0.5.0 development 2011-04-27 00:21:39 +02:00
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
9b9419fcb3 s/USER/USERNAME/ 2011-04-25 21:32:34 +02:00
Thomas Adamcik
bb8296ceb7 Fix stale documentation in settings.py 2011-04-25 21:30:15 +02:00
Thomas Adamcik
472e4d2790 Rename output to gstreamer in backends 2011-04-25 21:30:01 +02:00
Thomas Adamcik
e1ef4171b5 Merge branch 'develop' of http://github.com/mopidy/mopidy into develop 2011-04-25 20:37:50 +02:00
Thomas Adamcik
a4c526774b Kill off stale shoutcast tests 2011-04-25 17:44:21 +02:00
Thomas Adamcik
169fbae695 Fix outputs setting 2011-04-25 17:41:33 +02:00
Thomas Adamcik
eceba71273 Unify naming of output settings 2011-04-25 17:30:55 +02:00
Thomas Adamcik
5c19bf8434 Create set_properties helper for BaseOutput 2011-04-25 17:15:43 +02:00
Thomas Adamcik
1c233a3f8a Replace CustomOutput with override for LocalOutput 2011-04-25 17:14:31 +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
ebe9bba9a9 Use modify_bin and set_property to construct shoutcast output 2011-04-25 01:31:29 +02:00
Thomas Adamcik
4e232c981c Switch to modularised output for playback 2011-04-25 01:31:28 +02:00